Q. What is the worst case complexity of selection sort? (A) O(nlogn) (B) O(logn) (C) O(n) (D) O(n2) ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) O(n2)