← All problemsSign in

binary string

Mani calls a binary string as her favorite if there are no two equal adjacent characters in it. For example, 0, 1, 01, 10, 101, 010, 1010 are her favorite strings while 11, 001, 1110 are not. A string S with length N is given as input to you. You should return the maximum length of the favorite substring that can be formed after rearranging the characters in S binary string: A string consisting o

HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17

CodeSearch Tutor

Hints, not spoilers — it won’t hand over the full solution unless you insist.

voice by Sarvam AI

Sign in to chat with the tutor and save your progress.

Sign in to start