Astrodevil / Programming-Basics

This Repository Contains source codes of various programming languages. Please Contribute to make this Useful.
https://astrodevil.github.io/Programming-Basics/
MIT License
71 stars 122 forks source link

Moving some files to different folder #297

Closed Astrodevil closed 2 years ago

Astrodevil commented 2 years ago

You can move DSA based C programming files to DSA/DSA-C/.... by making appropriate folder. That will be helpful if we differentiate DSA problems from others.

MdAsimKhan commented 2 years ago

I would like to work on the issue.

Astrodevil commented 2 years ago

Go Ahead!

MdAsimKhan commented 2 years ago

May I also move the 'Sorting Algorithm' (implemented in cpp) to DSA-CPP?

Astrodevil commented 2 years ago

Yes, You can also arrange more folders of DSA

MdAsimKhan commented 2 years ago

I have created a PR. Please merge it and I hope you'd add the required Hacktoberfest tags. Thank you!

Astrodevil commented 2 years ago

Yea I will merge your PR. Will you please do some more correction? That would be helpful.

Check C++/Simple game folder remove 1 game folder and add all games in 1. leave both snake games, Also move Every DSA cpp based folders like, stl, basic quesion and all inside DSA/DSA-Cpp/.. directory

And after doing all this link PR here

MdAsimKhan commented 2 years ago

Sure. I didn't understand what do you want me to do with the game folder.

MdAsimKhan commented 2 years ago

Rest I have done and started another PR.

Astrodevil commented 2 years ago

In C++ there is 2 game folder, 1 containing only snake game folder. Move that snake game folder to previous game folder where two games exists. and remove that empty game folder

MdAsimKhan commented 2 years ago

Done @Astrodevil