mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-05 01:09:40 +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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user