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 ------------