Question: What is the average case complexity of selection sort?

Options

A : O(nlogn)

B : O(logn)

C : O(n)

D : O(n2)

Click to view Correct Answer

Previous || Next

Data Structure Selection Sort more questions

What is the worst case for linear search?

What is the worst case time complexity of inserting a....

What is the worst case time complexity of inserting an....

What is the best case for linear search?

What is the average case complexity of bubble sort?

What is the best case complexity of selection sort?

What is the worst case complexity of bubble sort?

What is the worst case complexity of selection sort?

What is the best case complexity in building a heap?

What is the best case and worst case complexity of....

Data Structure Adjacency List more Online Exam Quiz

Data Structure Recursion

Data Structure Red Black Tree

Data Structure Reverse Word Stack

Data Structure Rod Cutting

Data Structure Search Element Array Recursion 1

Data Structure Single Linked Lists

Data Structure Skip List

Data Structure Sparse Array

Data Structure Splay Tree

Data Structure Stack Array