pazukdev / brackets-balancer

Algorithm for creation of all possible balanced combinations for given brackets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 )

About

Algorithm for creation of all possible balanced combinations for given brackets


Languages

Language:Java 100.0%