Qusetion: List all the steps used to search for 7 in the sequence given in Exercise for both a linear search and a binary search.
Exercise: List all the steps used to search for 9 in the sequence 1, 3, 4, 5, 6, 8, 9, 11 using a) a linear search. b) a binary search.