FreeCodeCamp-Projects
FreeCodeCamp-Projects copied to clipboard
Functional and Pure alternative to `bal-paranthesis.py`
This PR will add an alternative implementation that fully focuses on a pure and functional approach to creating all combinations of balanced parenthesis, compared to the other implementation bal-paranthesis.py
which uses a mutation and recursion instead.