Tanmay-901 / python-algorithms

efficient algorithms for general tasks with good time complexity.
MIT License
11 stars 11 forks source link

added Valid_Parantheses.py #16

Closed TarunTomar122 closed 2 years ago

TarunTomar122 commented 3 years ago

Link to #1 I added a program to check if the given sequence of parantheses is valid or not. Please review it once.

Tanmay-901 commented 3 years ago

@TarunTomar122 Although your approach is a good one as it seems, but in this repo we are compiling programs that represent an implementation of a concept or algorithm. For more details refer to our Contribution guidelines.

If you think we've misinterpreted your PR, please write back, I'd be more than happy to merge your commit in that case.

You can also check out another repository basic-Programs which is intended for different types of programs.

TarunTomar122 commented 3 years ago

Hello @Dude-901 thank you for response. Can you tell me what kind of concept or algorithm do you want by an example? I want to contribute to this repo ;)

Tanmay-901 commented 3 years ago

@TarunTomar122 We are trying to pull up different concepts along with their implementation. Since this is repo is just opened up for PRs, you have quite a lot of options to go with.
If you ask me, you can go for any of the greedy algorithms, Kruskal's, prim's, different types of searching techniques, trees, weighted-unweighted graphs, different important libraries like numpy, pandas and so much options you have I could go on and on.
Looking forward to having your contribution to the development of this repo to a whole new level.

Tanmay-901 commented 3 years ago

In the meantime, you can push this particular commit in the frequently-used-programs repository if you'd like to.