Search algorithm / map / forEach
CS50
Search algorithm
Linear Search : it is a method for finding an element within a list. it sequentially checks each element of the list until a match is found or the whole list has been searched.
Binary Search : a.k.a half-interval search. it fin...
suzie.hashnode.dev1 min read