ls-custom
v1.0.5
Published
A Longest Subsequence finder for TS/JS with a preferable runtime to the most commonly seen implementation (n logn vs n^2), and that allows clients to supply a custom comparator.
Downloads
2
Readme
A Longest Increasing Subsequence finder for TS/JS with a preferable runtime to the most commonly seen implementation (n logn vs n^2), and that allows clients to supply a custom comparator.