Twisted Ring Counter:
A twisted ring counter (or Johnson counter) uses a shift register where the inverted output of the last flip-flop is fed to the input of the first.
For \( n \) flip-flops, the Johnson counter cycles through \( 2n \) unique states.
Given:
\[
n = 6 \Rightarrow \text{States} = 2n = 2 \times 6 = 12
\]
Hence, it has 12 unique states.