Team-Kek / Notebook

Implementations of algorithms that might be useful in ICPC.
1 stars 0 forks source link

Classical Hard(ish) DPs #17

Open maxhwardg opened 8 years ago

maxhwardg commented 8 years ago

Longest increasing sub-sequence in O(n log n). Matrix chain multiplication. Egg dropping. Convex hull trick, divide and conquer trick, Knuth optimization. (see http://codeforces.com/blog/entry/8219).