You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when iterate the heap, there occurs a endless loop, i think there is a circle in node and node.right, which means node = node.right, i don't konw how to avoid this? can you solve this? thanks!
The text was updated successfully, but these errors were encountered:
fibonacci-heap-python/fib-heap.py
Line 16 in bb1da21
when iterate the heap, there occurs a endless loop, i think there is a circle in
node
andnode.right
, which meansnode = node.right
, i don't konw how to avoid this? can you solve this? thanks!The text was updated successfully, but these errors were encountered: