Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Latest commit

 

History

History
7 lines (5 loc) · 194 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 194 Bytes

Go LNDS

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

Draft, not suitable for use.