Added tests and docstrings to fibonacci_heap.py

This commit is contained in:
mcawezome 2024-11-18 12:21:36 +08:00
parent bd943b086a
commit a1291fd5ca

View File

@ -294,7 +294,7 @@ class FibonacciHeap:
def __cut(self, node, parent):
"""
Cuts a node from its parent.
Cuts a node from its parent
Args:
node: Node to be cut.