McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2026
→
Computer Science Engineering (CSE)
→
Data Structure and Algorithms (DSA)
→
The complexity of Bubble sort algorithm ...
Q.
The complexity of Bubble sort algorithm is
A.
o(n)
B.
o(log n)
C.
o(n2)
D.
o(n log n)
Answer» C. o(n2)
2.3k
0
Do you find this helpful?
25
View all MCQs in
Data Structure and Algorithms (DSA)
Discussion
No comments yet
Login to comment
Related MCQs
Give timing complexities of three sorting algorithms bubble sort,selection sort,insertion sort respectively.
The complexity of Bubble sort algorithm is
Consider that n elements are to be sorted.The worst case complexity of bubble sort is____
Consider that n elements are to be sorted. What is the worst case time complexity of Bubble sort?
_____passes are required to sort n data using bubble sort.
The number of comparisons required to sort 5 numbers in ascending order using bubble sort are
The number of swappings needed to sort the numbers 8, 22, 7, 9, 31, 19, 5, 13 in ascending order, using bubble sort is
The number of interchanges required to sort 5, 1, 6, 2 4 in ascending order using Bubble Sort is
The complexity of merge sort algorithm is
The ______ sort algorithm is called diminishing increment sort.