Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jogendra/ds-algo-placement-resources

A complete roadmap and resources for competitive programming for placement purpose.
https://github.com/jogendra/ds-algo-placement-resources

algorithms coding coding-interviews competitive-coding competitive-programming cpp data-structures job-interviews placements programming resources roadmap swift

Last synced: 2 months ago
JSON representation

A complete roadmap and resources for competitive programming for placement purpose.

Awesome Lists containing this project

README

        

# Competitive Programming Roadmap and Resources
A complete roadmap for competitive programming.

## BASIC

- [Moving from C to C++](/Basic/moving-from-c-to-cpp.md)
- [Standard Template Library (STL)](/Basic/stl-cpp.md)
- [Editorial](/Basic/stl-recursive-and-basic-math-editorials.md)
- [Basic Math and Recursion](/Basic/Recursion-and-Basic-Maths.md)
- [Editorial](/Basic/stl-recursive-and-basic-math-editorials.md)
- [Binary Search and Basic Math](/Basic/binary-search-and-basic-maths.md)
- [Editorial](/Basic/editorial-binary-search-and-basic-maths.md)

Extra Practice Problems - [Recursion](), [Math and Binary Search]()


Extra Practice Problems - [Editorial]()


Practice Contest - [Recursion](), [Math and Binary Search]()
- [Greedy Algorithm](/Basic/greedy-algorithms.md)
- [Editorial]()
- [Segment tree / BIT](/Basic/Segment-Fenwick-Tree.md)
- [Editorial]()
- [Dynamic Programming I](/Basic/Dynamic-Programming-I.md)
- [Editorial]()

Extra Practice Problems - [Dynamic Programming]()


Extra Practice Problems - [Editorial]()


Practice Contest - [Dynamic Programming]()
- [Graph Theory I](/Basic/Graph-Theory-I.md)
- [Editorial]()

Extra Practice Problems - [Graph Theory]()


Extra Practice Problems - [Editorial]()


Practice Contest - [Graph Theory]()

## ADVANCE

- [Lowest Common Ancestor, Binary Lifting and HLD](/Advance/Lowest-Common-Ancestor-Binary-Lifting-and-HLD.md)
- [Editorial]()
- [Graph Theory II](/Advance/Graph-Theory-II.md)
- [Editorial]()
- [Game Theory](/Advance/Game-Theory.md)
- [Editorial]()
- [Dynamic Programming II](/Advance/Dynamic-Programming-II.md)
- [Editorial]()
- [String Algorithms](/Advance/strings.md)
- [Editorial]()
- [Advanced Maths](/Advance/Advanced-Maths.md)
- [Editorial]()
- [Dynamic Programming III](/Advance/Dynamic-Programming-III.md)
- [Editorial]()

## OTHER USEFUL RESOURCES
_to be added_

### Credits
The **ADVANCE** and **BASIC** resources is created by **[Club of Programmers, Indian Institute of Technology (BHU) Varanasi](https://github.com/COPS-IITBHU)**.