Collection of all competitive programming algorithms. Dedicated to hacktoberfest.
Write any algorithm of your choice in any language you want.
Steps to follow :
- Create an algorithm file with algorithm name. For example for kruskal algorithm create file like kruskal_algorithm.cpp
- Write your name and college name in the same file using multiline comments.
- Add that file in the folder of that language.For example cpp files will go in C++ folder.
- Open a pull request.