hi: I need to build a sequence detector that is able to detect the sequences 010, 101, and 111 with overlap. I can only use D-flip flops, gates and/or multiplexers. I already know how to make sequence detectors of only one sequence starting with a state diagram and so far I'm doing great, but making one of three sequences has me completely lost. First I thought detecting 010 and 101 in the same system wouldnt actually make a difference in the design but that doesnt make much sense. Anyways, starting point or a nice reference for this kind of problem would be really appreciated! Thanks in advance.