What is the best case complexity (in terms of the number of comparisons) for selection sort, sorting an array of n eleme
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What is the best case complexity (in terms of the number of comparisons) for selection sort, sorting an array of n eleme
What is the best case complexity (in terms of the number of comparisons) for selection sort, sorting an array of n elements? O O(nlog(n)) O O(n3) O(n) O O(log(n)) O O(n2)
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!