Skip to content

Commit 81ecc7f

Browse files
committed
Day43: add follow up
1 parent d9f9cf3 commit 81ecc7f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

day43/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,12 @@ And also make it a max heap.
55

66
[Python](./maxHeap.py)
77

8-
## Follow-up
8+
## 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

Comments
 (0)