Awesome-SPOJ-Problems
Awesome-SPOJ-Problems copied to clipboard
A list of some SPOJ problems which are interesting, brainstorming and helps understanding and implementing the concepts of Algos and Data Structures.
Awesome SPOJ Problems
A list of some SPOJ problems which are interesting, brainstorming and helps understanding and implementing the concepts of Algos and Data Structures.
Dynamic Programming
- MARTIAN (for beginners)
- EDIST (classical edit distance problem)
- SUMITR (good for beginners)
- CLSLDR
- SOCOLA (medium-hard DP)
- LPIS
- R6PL
- MAXI
Binary Search
Number Theory
Segment tree & derivatives
Graph Theory
Sorting
Mo's Algorithm
- COT2 (Mo's algorithm on trees)
Treap
- GSS6 (Implicit Treap)