Algorithms | ShellSort | Question 1

Last Updated :
Discuss
Comments
What is the best case complexity for shell sort?
O(1)
O(n)
O(logn)
O(n logn)
Share your thoughts in the comments