Aptitude
Reasoning
Verbal
Technical
AI
Exams
Search
Technical
/
Algorithms
/
Exercises
/
Exercise 1
Algorithms
easy
0/15 answered
Q1
What is the time complexity of Bubble Sort in the worst case?
A
O(n)
B
O(n log n)
C
O(n^2)
D
O(log n)
← Prev
1 / 15
Next →
← All Exercises
Exercise 1 of 7
Exercise 2 →