Longest increasing subsequence: Difference between revisions

Content added Content deleted
(Scala contribution maintained.)
m (→‎{{header|Ring}}: Remove vanity tags)
Line 1,915: Line 1,915:
<lang ring>
<lang ring>
# Project : Longest increasing subsequence
# Project : Longest increasing subsequence
# Date : 2017/11/23
# Author : Gal Zsolt (~ CalmoSoft ~)
# Email : <calmosoft@gmail.com>


tests = [[3, 2, 6, 4, 5, 1], [0, 8, 4, 12, 2, 10, 6, 14, 1, 9, 5, 13, 3, 11, 7, 15]]
tests = [[3, 2, 6, 4, 5, 1], [0, 8, 4, 12, 2, 10, 6, 14, 1, 9, 5, 13, 3, 11, 7, 15]]