Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Algorithmic-Resources
A Curated list of Topic wise Theory and Questions to Get You Started On Competitive Coding.
https://github.com/hkirat/Algorithmic-Resources
Last synced: 1 day ago
JSON representation
-
Arrays
-
Binary Search and Ternary Search
- Hackerearth - Power of Binary search by [Aman Goel](https://www.hackerearth.com/users/amangoel.vsec/) (Easy).
- Topcoder - Binary Search by [lovro](https://www.topcoder.com/member-profile/lovro/) (Hard).
- Hackerearth - Tutorial on Ternary Search.
- Codeforces
- A2oj
- Codechef
-
Dynamic Programming
- Topcoder - Dynamic Programming from Novice to Advanced.
- Codechef - Tutorial on Dynamic Programming.
- Quora - Getting started with Dynamic Programming (Quora Discussion).
- Hackerrank
- spoj
- More Problems on SPOJ
- A2oj
- Codeforces
-
Flow
-
Game Theory
-
Graphs
- Identifying a graph on Topcoder
- Searching in a Graph
- Path Algorithms
- Codeforces - Important Graph Algorithms by [PrinceOfPersia](http://codeforces.com/profile/PrinceOfPersia)
- Codechef - Tutorial on Graph Theory - part 1
- Codeforces
- Codechef
- A2oj
-
Greedy
- Topcoder - Greedy is Good.
- Stackoverflow. - Tutorial on how to spot a greedy algorithm.
- Hackerearth - Tutorial on greedy algorithms by [Akash Sharma](https://www.hackerearth.com/users/r3gz3n/).
- Codeforces
- A2oj
-
Maths
-
Matrix Exponentiation
- zobayer - Introduction to Matrix exponentiations
- Quora - Solving Dynamic Programming with Matrix Exponentiation.
- Codechef - Solving Recurrences using Cayley Hamilton Theorem and Matrix Exponentiation
- A2oj
- POWSUM on CodeChef
-
Miscellaneous
- Blog Post By Anudeep Nekkanti
- Hackerearth
- DQUERY on Spoj
- FREQUENT on Spoj
- Blog Post By Anudeep Nekkanti
- MKTHNUM on Spoj
- Dance With Mobius Function by Surya Kiran
- Codeforces
- Wikipedia
- TREAP on Spoj
- Hackerearth - Tutorial on Bit Manipulation by [Prateek Garg](https://www.hackerearth.com/users/ptk23/).
- Hackerrank - Questions On Hackerrank on bit manipulation.
- Data Structures - A guide to high level data structures by [PrinceOfPersia](http://codeforces.com/profile/PrinceOfPersia)
-
Prefix and Suffix Trees
- Wikipedia - Introduction to Tries.
- Marknelson - Tutorial on prefix and suffix trees by Sartaj Sahni