← All problemsSign in

3864. Minimum Cost to Partition a Binary String

LeetCodeStringDivide and ConquerPrefix SumOpen on judge ↗

You are given a binary string s and two integers encCost and flatCost. For each index i, s[i] = '1' indicates that the ith element is sensitive, and s[i] = '0' indicates that it is not. The string must be partitioned into segments. Initially, the entire string forms a single segment. For a segment of length L containing X sensitive elements: - If X = 0, the cost is flatCost. - If X > 0, the c

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