@@ -108,6 +108,8 @@ __Properties__
108108* Average case performance O(n)
109109* Worst case space complexity O(1) iterative
110110
111+ #####View the algorithm in[ action] [ linear-tutorialspoint ]
112+
111113###Binary
112114![ alt text] [ binary-image ]
113115
@@ -119,7 +121,7 @@ __Properties__
119121* Average case performance O(log n)
120122* Worst case space complexity O(1)
121123
122- #####View the algorithm in[ action] [ shell-toptal ]
124+ #####View the algorithm in[ action] [ binary-tutorialspoint ]
123125
124126[ bubble-toptal ] :https://www.toptal.com/developers/sorting-algorithms/bubble-sort
125127[ bubble-wiki ] :https://en.wikipedia.org/wiki/Bubble_sort
@@ -147,9 +149,11 @@ __Properties__
147149
148150[ linear-wiki ] :https://en.wikipedia.org/wiki/Linear_search
149151[ linear-image ] :http://www.tutorialspoint.com/data_structures_algorithms/images/linear_search.gif
152+ [ linear-tutorialspoint ] :https://www.tutorialspoint.com/data_structures_algorithms/linear_search_algorithm.htm
150153
151154[ binary-wiki ] :https://en.wikipedia.org/wiki/Binary_search_algorithm
152155[ binary-image ] :https://upload.wikimedia.org/wikipedia/commons/f/f7/Binary_search_into_array.png
156+ [ binary-tutorialspoint ] :https://www.tutorialspoint.com/data_structures_algorithms/binary_search_algorithm.htm
153157
154158
155159--------------------------------------------------------------------