Tuesday, April 28, 2015

Interview Question 24: Sequence Detector




Create a block which detects two or more 1s in the last 3 clocks.

Find a brute force / clever solution as well as one with state machine design approach.