Skip to content

Commit ee282d3

Browse files
Update min_heap.py (#2245)
Changed min head to min heap in the first line.
1 parent 093a56e commit ee282d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: data_structures/heap/min_heap.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Min head data structure
1+
# Min heap data structure
22
# with decrease key functionality - in O(log(n)) time
33

44

0 commit comments

Comments
 (0)