The given lists are:
List A: [5,12, 2, 34, 40, 32].
List B: [4, 7, 12, 6, 24, 18].
Which of the list required the lowest swaps using bubble sort.
1
List A
2
List B
3
Same for List A and List B
4
No swaps required
The given lists are:
List A: [5,12, 2, 34, 40, 32].
List B: [4, 7, 12, 6, 24, 18].
Which of the list required the lowest swaps using bubble sort.