Skip to content

rahulranjan74/CP_Algorithms_hacktoberfest

 
 

Repository files navigation

CP Algorithms

Collection of all competitive programming algorithms. Dedicated to hacktoberfest.

Contribute

Write any algorithm of your choice in any language you want.
Steps to follow :

  1. Create an algorithm file with algorithm name. For example for kruskal algorithm create file like kruskal_algorithm.cpp
  2. Write your name and college name in the same file using multiline comments.
  3. Add that file in the folder of that language.For example cpp files will go in C++ folder.
  4. Open a pull request.

Note

Please follow and leave a star ⭐ if you like my profile.

About

Collection of All CP algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.2%
  • C 5.1%
  • Python 1.6%
  • Other 1.1%