1 parent 093a56e commit ee282d3Copy full SHA for ee282d3
data_structures/heap/min_heap.py
@@ -1,4 +1,4 @@
1
-# Min head data structure
+# Min heap data structure
2
# with decrease key functionality - in O(log(n)) time
3
4
0 commit comments