Rahul-Vijay / C_plus_plus_Algos

Collection of C++ Algorithms for a quick reference. Fork it and start hacking :)
0 stars 32 forks source link

Refactoring of folders and files #42

Closed Rahul-Vijay closed 5 years ago

Rahul-Vijay commented 5 years ago

Before you make a PR, comment on how you would do it.

srinathkp commented 5 years ago

Can I work on this?

Rahul-Vijay commented 5 years ago

Sure @srinath9721, make sure all the files have a consistent naming convention like - BubbleSort.cpp, as in the starting letter of each word is capitalized followed by the extension. All the folders must contain their respective algorithms only.

srinathkp commented 5 years ago

Sure!