From c35a908815f2452b098cd506589abe02e7e407a4 Mon Sep 17 00:00:00 2001 From: Sean Copenhaver Date: Mon, 12 Aug 2013 23:08:01 -0400 Subject: [PATCH] updating image text --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec1dc53..17def9f 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,12 @@ to a rope. The squares represent the internal record data structure for the rope the leaves together, while the leaves actually contain the text. -Worst case purely concatenation rope: +Straight concatenation with an auto-rebalance triggered part way: ![Worst case](http://copenhas.github.io/ropex/images/bulldozer.dot.png "worst case") -The same rope rebalanced for better slice based operations: +The same rope explicitly rebalanced for better slice based operations: ![Worst case rebalanced](http://copenhas.github.io/ropex/images/bulldozerrebalanced.dot.png "worst case rebalanced")