mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00:00
Added tests and docstrings to fibonacci_heap.py
This commit is contained in:
parent
bd943b086a
commit
a1291fd5ca
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user