Search
⌘K

Leetcode 1758. Minimum Changes To Make Alternating Binary String

Given a binary string, determine the minimum number of bit flips needed to make it alternating (no equal adjacent chars) by comparing it against the two possible alternating patterns ("0101..." and "1010...") and taking the smaller mismatch count.


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.