mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-01-18 08:17:01 +00:00
Update min_heap.py (#2245)
Changed min head to min heap in the first line.
This commit is contained in:
parent
093a56e3c2
commit
ee282d3687
|
@ -1,4 +1,4 @@
|
|||
# Min head data structure
|
||||
# Min heap data structure
|
||||
# with decrease key functionality - in O(log(n)) time
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user