RosettaCodeData/Task/Longest-increasing-subsequence/J/longest-increasing-subsequence-1.j

3 lines
101 B
Text
Raw Permalink Normal View History

2015-02-20 09:02:09 -05:00
increasing=: (-: /:~)@#~"1 #:@i.@^~&2@#
longestinc=: ] #~ [: (#~ ([: (= >./) +/"1)) #:@I.@increasing