https://github.com/gourab-sinha/datastructures-algorithms
https://github.com/gourab-sinha/datastructures-algorithms
algorithms data-structures graph-algorithms number-theory segment-tree string-matching
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gourab-sinha/datastructures-algorithms
- Owner: gourab-sinha
- Created: 2019-07-08T22:01:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-31T22:28:11.000Z (over 5 years ago)
- Last Synced: 2025-01-25T05:11:23.488Z (4 months ago)
- Topics: algorithms, data-structures, graph-algorithms, number-theory, segment-tree, string-matching
- Language: C++
- Size: 23.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Structures and Algorithms
This repository contains all the basic to advance data structures which one can need while doing or participating in competitive programming.# List of Folders
* Graph Theory(will add more)
* Number Theory(will add more)
* String Matching(KMP and ZAlgorithm)
* Dynamic Programming(soon)
* Dynamic Programming with BitMasking(soon)
* Game Theory(soon)
* Computation Geometry(soon)
* Backtracking(soon)
* Recursion(soon)