https://github.com/caffeines/code-library
Code collection of the different types of data structure, algorithm, and technique.
https://github.com/caffeines/code-library
algorithm-library competitive-programming cpp cpps cpps-source cpps-template data-structures
Last synced: 26 days ago
JSON representation
Code collection of the different types of data structure, algorithm, and technique.
- Host: GitHub
- URL: https://github.com/caffeines/code-library
- Owner: caffeines
- Created: 2017-12-11T20:16:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-12T15:40:17.000Z (almost 4 years ago)
- Last Synced: 2025-03-24T02:36:49.778Z (about 1 month ago)
- Topics: algorithm-library, competitive-programming, cpp, cpps, cpps-source, cpps-template, data-structures
- Language: C++
- Homepage:
- Size: 136 KB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Code-Library
> Code collection of the different types of data structure,
algorithm, and technique that I have written/collected/organized
to solve various algorithmic problems
---
**Algorithm**
This folder contains vasious kind of ***Algorithm Implementation*** by using C++.**Data Structure**
This folder contains vasious kind of data structure impementation by using C++.
I generally use in the programming contests.**Graph Theory**
This folder contains vasious kind of Graph theory impementation by using C++ bult-in data structure.**Number Theory**
This folder contains number theory algorithm impementation.**Techniques**
This folder contains the base template I normally use during coding and also contain some techniques.