Update min_heap.py (#2245)
Changed min head to min heap in the first line.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Min head data structure
|
||||
# Min heap data structure
|
||||
# with decrease key functionality - in O(log(n)) time
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user