mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-03-19 21:19:47 +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…
x
Reference in New Issue
Block a user