mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-30 16:31: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):
|
def __cut(self, node, parent):
|
||||||
"""
|
"""
|
||||||
Cuts a node from its parent.
|
Cuts a node from its parent
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
node: Node to be cut.
|
node: Node to be cut.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user