(CPP) C++ Programming Professional Certificate Practice Test
CPP CPP Algorithms & Complexity Analysis
What is the time complexity of std::sort in C++?
Select your answer
A
O(n)
B
O(n log n)
C
O(n²)
D
O(log n)
Hint