RosettaCodeData/Task/Longest-increasing-subsequence/Jq/longest-increasing-subsequence-4.jq

4 lines
45 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
$ jq -c -n -f lis.jq
[2,4,5]
[0,2,6,9,11,15]