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
I have a question and I hope that it is not something stupid.
The python heapq implantation (binary heap using arrays) is actually done in C, yours Fibonacci heap is pure python, so I think that comparison is not fair.
What are your thoughts on this?
The text was updated successfully, but these errors were encountered:
Hey buddy,
Nice work!
I have a question and I hope that it is not something stupid.
The python heapq implantation (binary heap using arrays) is actually done in C, yours Fibonacci heap is pure python, so I think that comparison is not fair.
What are your thoughts on this?
The text was updated successfully, but these errors were encountered: