From 179bbd568efac0101a809e07be57484cf7baa0da Mon Sep 17 00:00:00 2001 From: marina <138340846+bt3gl-cryptographer@users.noreply.github.com> Date: Wed, 2 Aug 2023 13:06:21 -0700 Subject: [PATCH] Update README.md --- heaps/README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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` +
+ +

+ +

+ +
----