geekquad / AlgoBook

A beginner-friendly project to help you in open-source contributions. Data Structures & Algorithms in various programming languages Please leave a star ⭐ to support this project! ✨
https://discord.gg/ZMmwsWvsFj
MIT License
295 stars 300 forks source link

Remove duplicate exercise #536

Open senquevila opened 1 year ago

senquevila commented 1 year ago

The files: Valid Parantheses and Balanced-parenthesis resolves the same problem. But the first implement a proper data structure, so my PR is about removing the second file.