/Competitive_Coding

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

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Competitive Coding Repository

Issues Forks Stars License Gitter

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.

Algorithms

The algorithms list is available in this wiki page. The folder Algorithms contains all the implementations.

Data Structures

The data structures list is available in this wiki page. The folder Data Structures contains all the implementations.

Problem Solutions

The solutions to various problems in different contests or practice problems on the following sites are available in Problem Solutions folder.

Template for Contests

Templates are available in Templates folder.

How to contribute

  1. Refer to Introduction to Contributing for contribution guidelines.

  2. Refer to the Coding Standards Wiki Page for the coding standards to be followed.