Find first missing positive: Difference between revisions

Content deleted Content added
Line 937: Line 937:
drop ] is task ( [ --> n )
drop ] is task ( [ --> n )


' [ [ 1 2 0 ] [ 3 4 -1 1 ] [ 7 8 9 11 12 ] ]
' [ [ 1 2 0 ] [ 3 4 -1 1 ] [ 7 8 9 11 12 ] ]


witheach [ task echo sp ]</syntaxhighlight>
witheach [ task echo sp ]</syntaxhighlight>
Line 965: Line 965:
conclude ] ] ] is task ( [ -> n )
conclude ] ] ] is task ( [ -> n )


' [ [ 1 2 0 ] [ 3 4 -1 1 ] [ 7 8 9 11 12 ] ]
' [ [ 1 2 0 ] [ 3 4 -1 1 ] [ 7 8 9 11 12 ] ]


witheach [ task echo sp ]
witheach [ task echo sp ]
Line 989: Line 989:
drop ] is task ( [ --> n )
drop ] is task ( [ --> n )


' [ [ 1 2 0 ] [ 3 4 -1 1 ] [ 7 8 9 11 12 ] ]
' [ [ 1 2 0 ] [ 3 4 -1 1 ] [ 7 8 9 11 12 ] ]


witheach [ task echo sp ]</syntaxhighlight>
witheach [ task echo sp ]</syntaxhighlight>