From be4b5d01aad228362b19edc018b1e36a808bbf5e Mon Sep 17 00:00:00 2001 From: amit Date: Fri, 17 Jun 2022 11:45:59 +0530 Subject: [PATCH] Modified title for binary search --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index addafac..c9f9820 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Topics -## Binary Search and Ternary Search +## Binary and Ternary Search --- *Binary Search : The process of exploiting the property of an array of being sorted to arrive at answers of questions in non linear time.*