Update min_heap.py (#2245)

Changed min head to min heap in the first line.
This commit is contained in:
Palash Sharma 2020-07-28 11:25:35 +05:30 committed by GitHub
parent 093a56e3c2
commit ee282d3687
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
# Min head data structure
# Min heap data structure
# with decrease key functionality - in O(log(n)) time