amritansh22 / Data-Structures-and-Algorithms-in-cpp

This repository is in development phase and will soon provide you with c++ code of various data structures and algorithms
MIT License
365 stars 341 forks source link

Repository organization #597

Open ZhenXW77 opened 2 years ago

ZhenXW77 commented 2 years ago

Lots of data structure and algorithm .cpp files are not organized in a folder. For example there are multiple math related .cpp files that can be group into a math folder. String manipulation, traversal, and miscellaneous folders can also be created.

welcome[bot] commented 2 years ago

Thanks for opening your first issue here!

amritansh22 commented 2 years ago

Hello @ZhenXW77 thanks a lot for pointing this issue out. Are you willing to work on this issue ?

ZhenXW77 commented 2 years ago

Yes, I will put all the algorithms and data structures in categorized folders and I will add couple more sorting algorithms.