The minimum number of JK flip-flops required to construct a synchronous counter with the count sequence (0, 0, 1, 1, 2, 2, 3, 3, 0, 0, ...) is ? and also construct the circuit design.
My Approach:
I understand that minimum J&K Gate required is 3 and I have calculated the MSB of J&K i.e (J2&K2) is both 1. I can't understand how to realize the (j1&k1) and LSB (j0&k0) because there I only get 0
& don't care
. I don't understand how to implement it using K-Map.