From 9f9a95c73edf3d2dde21a53d02e7a3749ef1a4a3 Mon Sep 17 00:00:00 2001 From: jjy Date: Thu, 21 Jan 2021 15:04:52 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17ba1b2..5f510df 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ For example, we insert a leaf to the example MMR: 3. insert parent node to position `20`. 4. the node `20` also has a left sibling `17`, calculate parent node: `merge(mmr[17], mmr[20])`. 5. insert new node to next position `21`. -6. the node `20` have no left sibling, complete the insertion. +6. the node `21` have no left sibling, complete the insertion. Example MMR after insertion of a new leaf: