Skip to content

Commit a707059

Browse files
palashsharma891stokhos
authored andcommitted
Update min_heap.py (TheAlgorithms#2245)
Changed min head to min heap in the first line.
1 parent 9d8d700 commit a707059

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)