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