Minimum Reversals
CodeChefOpen on judge ↗
Given an expression with only ‘}’ and ‘{‘. The expression may not be balanced. Find minimum number of bracket reversals to make the expression balanced. Input Input contains expressions of parentheses only, either balanced or unbalanced. Tips: - First line contains an integer N which is the number of input expressions. - Then N lines follow. Each line contains one expression. Output
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