CUET-PG SERIES
Computer-science

Time Complexity

2 previous year questions.

Volume: 2 Ques
Yield: Medium

High-Yield Trend

2
2025

Chapter Questions
2 MCQs

01
PYQ 2025
medium
computer-science ID: cuet-pg-
Arrange the following time complexities in increasing order.
(A). Bubble sort (worst case)
(B). Deleting head node in singly linked list
(C). Binary search
(D). Worst case of merge sort
1
(A), (B), (C), (D)
2
(B), (C), (D), (A)
3
(B), (C), (A), (D)
4
(C), (B), (D), (A)
02
PYQ 2025
medium
computer-science ID: cuet-pg-
Match List-I with List-II:
Choose the correct answer from the options given below:
1
(A) - (I), (B) - (II), (C) - (III), (D) - (IV)
2
(A) - (III), (B) - (I), (C) - (IV), (D) - (II)
3
(A) - (I), (B) - (III), (C) - (IV), (D) - (II)
4
(A) - (III), (B) - (IV), (C) - (II), (D) - (I)