Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jogendra/ds-algo-placement-resources
- Owner: jogendra
- License: apache-2.0
- Created: 2019-03-03T06:58:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-30T19:44:46.000Z (over 5 years ago)
- Last Synced: 2024-10-29T23:35:35.633Z (3 months ago)
- Topics: algorithms, coding, coding-interviews, competitive-coding, competitive-programming, cpp, data-structures, job-interviews, placements, programming, resources, roadmap, swift
- Language: Swift
- Homepage: https://jogendra.github.io/
- Size: 64.5 KB
- Stars: 62
- Watchers: 5
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)**.