Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.92 KB

File metadata and controls

39 lines (32 loc) · 1.92 KB

Competitive Coding Repository

This repository contains some useful codes, techniques, algorithms, data structures and problem solutions helpful in Competitive Coding.

Problem Solutions

The solutions to various problems in different contests or practice problems on the following sites are available:

Algorithms

  1. Graph Algorithms
  2. Number Theory Algorithms

Data Structures

Yet to be implemented: Data Structures

Template for Contests

Some tricks and templates will be available soon: Templates

How to contribute

  1. Algorithms

  • Choose a algorithm of that you wish to implement.
  • In the Algorithms folder, if you don't find a suitable folder in which category this algorithm belongs, then create that folder, otherwise go to the existing one.
  • Create a separate folder inside it with the name of the Algorithm.
  • Add your file, commit and send a pull request.
  1. Data Structures

  • Choose a Data Structure that you wish to implement.
  • In the Data Structures folder, if there is already a folder for this DS then go to that, otherwise create the folder.
  • Add your file, commit and send a pull request.
  1. Problem Solutions

Similarly, find the right folder in Problem Solutions folder where this solution should belong to, if doesn't exist, then create it and add the solution. Commit and send a pull request.