From a8171e48d4b6c471ab5f067201f66162bc9ad51d Mon Sep 17 00:00:00 2001 From: abrarShariar Date: Fri, 13 Jul 2018 02:22:28 +0600 Subject: [PATCH] updated README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 71e27ef..e38f7fc 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ Algorithms #### Searching * [binary search](https://en.wikipedia.org/wiki/Binary_search_algorithm) + * [linear search](https://en.wikipedia.org/wiki/Linear_search) + * [jump search](https://en.wikipedia.org/wiki/Jump_search) #### Collections @@ -43,7 +45,7 @@ Algorithms #### Numerical * [gcd](https://en.wikipedia.org/wiki/Greatest_common_divisor) - + Contribution ------------