#dsa
Read more stories on Hashnode
Articles with this tag
Repeatedly divide the array or list into halves to reduce the search space and locate the target value. How it works ? Define start of array as index...
Linear search, also known as sequential search is used to find a specific value withing an array or a list. It checks each element one by one until...