Longest increasing subsequence: Difference between revisions

Content added Content deleted
(Add Swift)
m (corrected a misspelling, added a section header to the first topic to properly place the table-of-contents (TOC) --- (this happens more often than one would think).)
Line 8: Line 8:


;Ref:
;Ref:
# [http://www.youtube.com/watch?v=4fQJGoeW5VE Dynamic Programming #1: Longest Increasing Subsequence] on Youtube
# [http://www.youtube.com/watch?v=4fQJGoeW5VE Dynamic Programming #1: Longest Increasing Subsequence] on YouTube
# An efficient solution can be based on [[wp:Patience sorting|Patience sorting]].
# An efficient solution can be based on [[wp:Patience sorting|Patience sorting]].
<br><br>


=={{header|360 Assembly}}==
=={{header|360 Assembly}}==