SubashAravindan / Competitive_Coding

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Competitive Coding Repository

This repository contains some useful codes, techniques, algorithms, data structures and problem solutions helpful in Competitive Coding. Additionally, we have a blog explaining some of the concepts or problem solutions, whose source code is in the gh-pages-source branch.

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

Some tricks and templates are available in Templates folder.

How to contribute

  1. Refer to the GSSoC Wiki Page for contribution guidelines.

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

How to contribute to Hacktoberfest ?

  1. Register for Hacktoberfest. Visit Hacktoberfest page.

  2. Fork this repository.

  3. Clone the forked repository in your local machine.

  4. Create a separate branch.

  5. Pick an issue with Hacktoberfest tag.

  6. Commit and push your changes

  7. Create a Pull Request.

Note: Kindly avoid profanity and document your code well. Refer these links for more details

About

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


Languages

Language:C++ 86.3%Language:Java 11.2%Language:C 1.8%Language:Python 0.6%Language:Go 0.1%