ls-custom

v1.0.5
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.

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.

npm i ls-custom

Metadata

Downloads

Maintainers