From be11018f4ca6cdf4e0393f9822b24ddd00edb621 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ondra=20Mi=C4=8Dka=20=40=20miles-teg?=
 <mitch.ondra@gmail.com>
Date: Sun, 4 Apr 2021 18:19:07 +0200
Subject: [PATCH] 05-ab_experiment: Corrected insert test description

---
 05-ab_experiment/task.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/05-ab_experiment/task.md b/05-ab_experiment/task.md
index 52f634b..663f54e 100644
--- a/05-ab_experiment/task.md
+++ b/05-ab_experiment/task.md
@@ -7,8 +7,7 @@ You are given a test program (`ab_experiment`) which is used to evaluate your
 implementation of the previous assignment. The test program auguments your implementation
 by implementing a `remove` method and it performs the following experiments:
 
-- _Insert test:_ Insert _n_ elements sequentially and then repeatedly
-  find them all in sequential order.
+- _Insert test:_ Insert _n_ elements in random order.
 - _Min test:_ Insert _n_ elements sequentially and then _n_ times repeat: remove the minimal
   element in the tree and then insert it back.
 - _Random test:_ Insert _n_ elements sequentially and then _n_ times repeat: remove random
-- 
GitLab