Skip to content

Latest commit

 

History

History
77 lines (52 loc) · 2.52 KB

README.md

File metadata and controls

77 lines (52 loc) · 2.52 KB

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