Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sahilbansal17/competitive_coding
This repository contains some useful codes, techniques, algorithms and problem solutions helpful in Competitive Coding.
https://github.com/sahilbansal17/competitive_coding
algorithm algorithm-analysis algorithm-challenges algorithm-competitions algorithm-library algorithms algorithms-and-data-structures algorithms-implemented competitive-coding competitive-programming competitive-programming-algorithms competitive-programming-contests competitive-programming-reference cpp data-structures graph graph-algorithms hacktoberfest hacktoberfest2019 programming-contests
Last synced: 2 days ago
JSON representation
This repository contains some useful codes, techniques, algorithms and problem solutions helpful in Competitive Coding.
- Host: GitHub
- URL: https://github.com/sahilbansal17/competitive_coding
- Owner: sahilbansal17
- License: gpl-3.0
- Created: 2017-08-30T18:46:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-22T10:46:41.000Z (over 1 year ago)
- Last Synced: 2023-10-26T17:27:58.077Z (about 1 year ago)
- Topics: algorithm, algorithm-analysis, algorithm-challenges, algorithm-competitions, algorithm-library, algorithms, algorithms-and-data-structures, algorithms-implemented, competitive-coding, competitive-programming, competitive-programming-algorithms, competitive-programming-contests, competitive-programming-reference, cpp, data-structures, graph, graph-algorithms, hacktoberfest, hacktoberfest2019, programming-contests
- Language: C++
- Size: 1.29 MB
- Stars: 403
- Watchers: 10
- Forks: 310
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## Competitive Coding Repository
[![Issues](https://img.shields.io/github/issues/sahilbansal17/Competitive_Coding.svg)](https://github.com/sahilbansal17/Competitive_Coding/issues)
![Forks](https://img.shields.io/github/forks/sahilbansal17/Competitive_Coding.svg)
![Stars](https://img.shields.io/github/stars/sahilbansal17/Competitive_Coding.svg)
[![License](https://img.shields.io/github/license/sahilbansal17/Competitive_Coding.svg)](https://github.com/sahilbansal17/Competitive_Coding/blob/master/LICENSE)This repository contains template code for various algorithms and data structures, in different programming languages that can be used during contests.
The detailed editorials and hints to some of the recent contests are also made available [here](https://sahilbansal17.github.io/Competitive_Coding/), source is in the [gh-pages-source](https://github.com/sahilbansal17/Competitive_Coding/tree/gh-pages-source) branch.
The old version of this repository has been moved to [old](https://github.com/sahilbansal17/Competitive_Coding/tree/dsa_old) branch.