Longest increasing subsequence: Difference between revisions

Content added Content deleted
Line 185: Line 185:


=={{header|Perl 6}}==
=={{header|Perl 6}}==
{{output?|Perl 6}}
Straight-forward implementation of the algorithm described in the video.
Straight-forward implementation of the algorithm described in the video.
<lang Perl 6>
<lang Perl 6>