danielborowski / fibonacci-heap-python

Implementation of a Fibonacci heap in Python
MIT License
90 stars 37 forks source link

Filename does not conform to Python conventions #6

Closed plazer1 closed 3 years ago

plazer1 commented 4 years ago

I would suggest renaming the file to fib_heap.py, so that it can actually be imported in Python.