Q. Which of the following sorting algorithm has best case time complexity of O(n2)? (Solved)
1. bubble sort
2. selection sort
3. insertion sort
4. stupid sort
- b. selection sort
1. bubble sort
2. selection sort
3. insertion sort
4. stupid sort