Algorithms
Algorithms copied to clipboard
Longest increasing subsequence (fast)
trafficstars
add O(n * log n) implementation of the longest increasing subsequence algorithm, with unit tests. Fix #12.