EASYImportant2021GATE-CSAlgorithm
algorithmssorting2-mark
A.
B.
C.
D.
Correct Answer: A
Explanation:
Loading...
Correct Answer: A
Explanation:
Take your GATE-CS preparation to the next level. Practice with full-length mock tests, get instant results, and track your progress with detailed analytics.
Browse GATE-CS Test SeriesConsider an array A = [10, 7, 8, 19, 41, 35, 25, 31]. Suppose the merge sort algorithm is executed o…
The pseudocode of a function fun() is given below. Let A[0,...,29] be an array storing 30 distinct i…
Consider the following array: 23, 32, 45, 69, 72, 73, 89, 97. Which algorithm out of the following o…
An array of 25 distinct elements is to be sorted using quicksort. The pivot is chosen uniformly at r…