diff --git a/heaps/README.md b/heaps/README.md index 59bc3e8..a5aa5ac 100644 --- a/heaps/README.md +++ b/heaps/README.md @@ -25,6 +25,13 @@ * the right children index is `2 * n + 1` * a node is a leaf when its index `> n / 2` +
+ +

+ +

+ +
----