Beautiful Strings
CodeChefOpen on judge ↗
A binary string is said to be *beautiful*, if the count of "$01$" substrings in the string is equal to that of "$10$" substrings. Chef has a binary string $S$. Chefina asked him to find the count of **non-empty** *beautiful* subsequences of the string $S$. Since the answer can be huge, print it modulo $10^9 + 7$. Note that, a subsequence is obtained by deletion of several (possibly zero) charact
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.
Sign in to chat with the tutor and save your progress.
Sign in to start