We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9f9cf3 commit 81ecc7fCopy full SHA for 81ecc7f
day43/README.md
@@ -5,4 +5,12 @@ And also make it a max heap.
5
6
[Python](./maxHeap.py)
7
8
-## Follow-up
+## Follow-up
9
+
10
+I was inspired to re-write the MinHeap into a MaxHeap and make the code
11
+cleaner due to this blog post:
12
13
+http://www.techiedelight.com/min-heap-max-heap-implementation-c/
14
15
+It has a pretty good looking implementation in C++.
16
0 commit comments