RosettaCodeData/Task/Collections/Picat/collections-6.picat
2023-07-01 13:44:08 -04:00

4 lines
74 B
Text

go6 =>
L = [1,3,2,4,5,3,6],
H = new_min_heap(L),
H.heap_push(-123).