Number 2 only
Extracted text: 1. Find the maximum element in the sequence using Algorithm1 from the video discussion. Show your solution. 5,7,10,15,21,20,19,32 2. Using the linear search algorithm, find 16 in the given sequence. a) 4,7,11,19,21,25,15,16,8 b) 6,3,4,17,2,8,9,15 3. Using Bubble sort, sort the following values in an increasing order. 8,2,4,9,12,7,10