From e25dd1f6019a6dc5657082b01149080887227945 Mon Sep 17 00:00:00 2001 From: marina <138340846+bt3gl-cryptographer@users.noreply.github.com> Date: Mon, 7 Aug 2023 22:16:22 -0700 Subject: [PATCH] Update README.md --- searching/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searching/README.md b/searching/README.md index fb89fd2..25fb960 100644 --- a/searching/README.md +++ b/searching/README.md @@ -2,7 +2,7 @@
-* a binary search operates on a contiguous sequence with a specified left and right index (this is called the **search space**). +* a binary search operates on a (sorted) contiguous sequence with a specified left and right index (this is called the **search space**). * binary searching is composed of 3 sections: * **pre-processing**: sort if collection is unsorted