From 8b686d75adb857ce860a3664c0f0466c9444a77f Mon Sep 17 00:00:00 2001 From: "Bikash Daga (Jain)" <95040719+bikashdaga@users.noreply.github.com> Date: Mon, 1 Aug 2022 17:23:19 +0530 Subject: [PATCH] Added one Useful Link Have Added Scaler Topics Binary Search Page under Problems. Kindly Please check the suggested changes. Hope this contribution helps! --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bd56a8d..e6db40c 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ I've documented the process of creating this code [here](http://blog.mattblair.c | [Are two strings permutations of each other](http://stackoverflow.com/questions/2131997/checking-if-two-strings-are-permutations-of-each-other) | [code](https://github.com/duereg/js-algorithms/blob/master/lib/algorithms/1-strings/permutation.js) | | [Is a linked list a palindrome](http://www.geeksforgeeks.org/function-to-check-if-a-singly-linked-list-is-palindrome/) | [code](https://github.com/duereg/js-algorithms/blob/master/lib/algorithms/2-linkedLists/palindrome.js) | | [Smallest Enclosing Circle](https://www.nayuki.io/page/smallest-enclosing-circle) | [code](https://github.com/duereg/js-algorithms/blob/master/lib/algorithms/4-searching/smallestEnclosingCircle.js) | +| [Binary search algorithm with example program](https://www.scaler.com/topics/data-structures/binary-search-algorithm/) | [code](https://github.com/duereg/js-algorithms/blob/master/lib/algorithms/4-searching/smallestEnclosingCircle.js) | # Description