Skip to content

A small project for my Discrete Math honors contract for university. The solution here uses dynamic programming and runs in n^2. An nLog(n) solution exists, but that is a problem for another day.

Notifications You must be signed in to change notification settings

maillouxc/LongestIncreasingSubsequence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

About

A small project for my Discrete Math honors contract for university. The solution here uses dynamic programming and runs in n^2. An nLog(n) solution exists, but that is a problem for another day.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages