Notes
This function is in beta test. Please help improve it in the issues
here.
Traceback (most recent call last): File "Dijkstra.py", line 54, in <module> S.extractmin() File "/out/package/F_heap.py", line 152, in extractmin node = self.extract() File "/out/package/F_heap.py", line 176, in extract self.consolidate() File "/out/package/F_heap.py", line 110, in consolidate while self.cons[d] is not None: IndexError: list index out of range
Hints
Your answer may be identical to the JOJ answer in the first several lines.
However, the main problem you meet now is Runtime Error. And the exit code of your program is 1, which should be 0.
Please double check your code to solve this problem and try again.
Your Answer
JOJ Answer
['0', '79', '118', '86', '158']