Algo-Phantoms / Algo-Tree

Algo-Tree is a collection of Algorithms and data structures which are fundamentals to efficient code and good software design. Creating and designing excellent algorithms is required for being an exemplary programmer. It contains solutions in various languages such as C++, Python and Java.
MIT License
357 stars 624 forks source link

Adding implementation of stack using python in python section #2008

Open robinsingh-ai opened 3 years ago

robinsingh-ai commented 3 years ago

Is your feature request related to a problem? Please describe. Hey @rish-singhal I would like to add implementation of stacks with two more programs which will work concept of stack (like infix to postfix and integer to binary conversion using stack) in Python language as the solution for the same is missing in the repo.

Do you want to work on it I will implement this in python language

Kindly Assign me this under GSSOC 21

robinsingh-ai commented 3 years ago

hey @rish-singhal assign me this issue if its available