This project aims to create a vast collection of algorithms and data structures that can be helpful in Competitive Coding along with the solutions to various problems on various competitive coding platforms.
- You can take up the HacktoberFest Challenge Issue and send pull requests solving the Hackerrank's problems in any of their tracks/domains.
- You can create new issues. Before that, read the Introduction to Contributing wiki page.
- Make sure to read the Coding Standards Wiki Page.
The algorithms list is available in this wiki page. The folder Algorithms contains all the implementations.
The data structures list is available in this wiki page. The folder Data Structures contains all the implementations.
The solutions to various problems in different contests or practice problems on the following sites are available in Problem Solutions folder.
Templates are available in Templates folder.
-
Refer to Introduction to Contributing for contribution guidelines.
-
Refer to the Coding Standards Wiki Page for the coding standards to be followed.