Question

List all the steps to search for 25 in the following list: 5, 6, 8, 12, 15, 21, 25, 31. Using: a) Binary search algorithm b) Linear search algorithm

Question image 1Question image 2Question image 3