bhavinjawade / Advanced-Data-Structures-with-Python

Python implementations of Advanced Data Structures and Algorithms. With each code, there is an associated markdown for explanation and applications of that algorithm or data structure.
MIT License
111 stars 58 forks source link

Clean-up for this repo #10

Closed mcmonojit closed 3 years ago

mcmonojit commented 3 years ago

# When this repository is present in a local computer or if an user downloads this repo for offline use it is confusing to find the explanation document of a particular algorithm or data structure.

Solution: Put each algorithm / data structure file and its's corresponding explanation file into a folder with the same name as the algorithm / data structure.

bhavinjawade commented 3 years ago

Sounds good. @mcmonojit. Go ahead with this.

mcmonojit commented 3 years ago

Thanks. I am working on it.

bhavinjawade commented 3 years ago

Looks Good. I have merged your PR. closing this issue.

mcmonojit commented 3 years ago

@bhavinjawade , can you please add the label hacktoberfest-accepted to my PR.