/brackets-balancer

Algorithm for creation of all possible balanced combinations for given brackets

Primary LanguageJava

brackets-balancer

Solution for task: https://leetcode.com/problems/remove-invalid-parentheses/
Remove the minimum number of invalid parentheses in order to make the input string valid. Return all possible results. The input string may contain letters other than the parentheses ( and )