List all the steps used to search for numbers 45 and 54 in the following list (3, 8, 12, 34, 54, 84, 91, 110).
linear search.
binary search.
Compare and contrast the linear search and binary search algorithms in searching for numbers 45 and 54 in the above list.