Open In App

Algorithms | ShellSort | Question 1

What is the best case complexity for shell sort?
(A) O(1)
(B) O(n)
(C) O(logn)
(D) O(n logn)

Answer: (B)
Explanation:
Quiz of this Question
Please comment below if you find anything wrong in the above post

Article Tags :