Consider an array with 6 elements starting with index 0 given below
20, 10, 9, 40, 21, 19
Find the element at index 5 after 1st iteration, if bubble sort is applied on a given set of data?1
19
2
20
3
21
4
40
Consider an array with 6 elements starting with index 0 given below
20, 10, 9, 40, 21, 19
Find the element at index 5 after 1st iteration, if bubble sort is applied on a given set of data?