Status: IN
The `result += min(prev, curr)` after the loop in `count_binary_substrings` is load-bearing — removing it undercounts by the contribution of the last two character groups.
Source: entries/2026/06/06/count-binary-substrings-solution.md
JSON