What is the average time complexity of the QuickSort algorithm?
O(N^2)
O(N log N)
O(N)
O(N^3)

Data Structures and Algorithms Exercises are loading ...