What is linear search algorithm and binary search algorithm? Explain. b) What is bubble sort algorithm? Explain. c) Write Matlab codes of the linear search algorithm and binary search algorithm. d) For x = [-4 -1 0 1 3 5 8 10 11 14 18 20 21 24 25 32 39 48], find the location of 3 different elements from the set x with both algorithms. (linear + binary search)