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

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

License

Notifications You must be signed in to change notification settings

danderson/go-lnds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages