Aptitude
Reasoning
Verbal
Technical
AI
Exams
Search
Technical
/
Algorithms
/
Exercises
/
Exercise 4
Algorithms
medium
0/15 answered
Q1
What is the time complexity of Counting Sort?
A
O(n)
B
O(n + k)
C
O(n log n)
D
O(k)
← Prev
1 / 15
Next →
← Exercise 3
Exercise 4 of 7
Exercise 5 →