From 67a94b896ba4d7c0ec6f673794882cc098572b17 Mon Sep 17 00:00:00 2001 From: Ashmi Chheda <31774401+ashmichheda@users.noreply.github.com> Date: Fri, 19 Apr 2019 23:43:30 +0530 Subject: [PATCH] update readme.md: Fixed & added links --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d41914ae0a12..17aaadfa53e6 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,8 @@ __Properties__ * Average case performance O(n) * Worst case space complexity O(1) iterative +##### View the algorithm in [action][linear-tutorialspoint] + ### Binary ![alt text][binary-image] @@ -119,7 +121,7 @@ __Properties__ * Average case performance O(log n) * Worst case space complexity O(1) -##### View the algorithm in [action][shell-toptal] +##### View the algorithm in [action][binary-tutorialspoint] [bubble-toptal]: https://www.toptal.com/developers/sorting-algorithms/bubble-sort [bubble-wiki]: https://en.wikipedia.org/wiki/Bubble_sort @@ -147,9 +149,11 @@ __Properties__ [linear-wiki]: https://en.wikipedia.org/wiki/Linear_search [linear-image]: http://www.tutorialspoint.com/data_structures_algorithms/images/linear_search.gif +[linear-tutorialspoint]: https://www.tutorialspoint.com/data_structures_algorithms/linear_search_algorithm.htm [binary-wiki]: https://en.wikipedia.org/wiki/Binary_search_algorithm [binary-image]: https://upload.wikimedia.org/wikipedia/commons/f/f7/Binary_search_into_array.png +[binary-tutorialspoint]: https://www.tutorialspoint.com/data_structures_algorithms/binary_search_algorithm.htm --------------------------------------------------------------------