/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.

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

Binary Search

Number Theory

Segment tree & derivatives

Graph Theory

  • IAPCR2F (good DSU problem)
  • RTREE (finding diameter in tree using dynamic programming)

Sorting

Mo's Algorithm

  • COT2 (Mo's algorithm on trees)

Treap

  • GSS6 (Implicit Treap)

Greedy

Heavy-Light Decomposition

Centroid Decomposition

Miscellaneous