Skip to content

Commit bf11752

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a1a379c commit bf11752

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

graphs/minimum_spanning_tree_prims2.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
from sys import maxsize
1313

14+
1415
def get_parent_position(position: int) -> int:
1516
"""
1617
heap helper function get the position of the parent of the current node

0 commit comments

Comments
 (0)