mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-06 02:13:15 +08:00
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
|
# with decrease key functionality - in O(log(n)) time
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user