An open API service indexing awesome lists of open source software.

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

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)