Implementation of the Longest Non-Decreasing Subsequence (LNDS) algorithm, aka Longest Increasing Subsequence (LIS) but with duplicate elements allowed
GoApache-2.0
Go LNDS
Implementation of the Longest Non-Decreasing Subsequence (LNDS)
algorithm, aka Longest Increasing Subsequence (LIS) but with duplicate
elements allowed.