Skip to content

Files

Latest commit

e2b1b9e · Oct 21, 2018

History

History

Patience Sorting

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 21, 2018
Oct 21, 2018
Oct 21, 2018

Patience Sorting

In computer science, patience sorting is a sorting algorithm inspired by, and named after, the card game patience. A variant of the algorithm efficiently computes the length of a longest increasing subsequence in a given array.

Source: Wikipedia