Skip to content

Commit a1291fd

Browse files
committed
Added tests and docstrings to fibonacci_heap.py
1 parent bd943b0 commit a1291fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_structures/heap/fibonacci_heap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ def decrease_key(self, node, new_val):
294294

295295
def __cut(self, node, parent):
296296
"""
297-
Cuts a node from its parent.
297+
Cuts a node from its parent
298298
299299
Args:
300300
node: Node to be cut.

0 commit comments

Comments
 (0)