...
October 13, 2023

Sorting

Question 16 Consider the recursive algorithm given below: procedure bubblersort (n); var i,j: index; temp : item; begin for i:=1 to n-1 do if A[i] > […]
October 13, 2023

Sorting

Question 62 There is an unsorted list of n integers. You are given 3 distinct integers and you have to check if all 3 integers are […]
October 13, 2023

Sorting

Question 63 Consider the following function count, that takes as input a, an array of integers, and N, the size of the array. Further, let count_IS […]
October 13, 2023

Algorithms

Question 28 The graph shown below 8 edges with distinct integer edge weights. The minimum spanning tree (MST) is of weight 36 and contains the edges: […]
error: Alert: Content selection is disabled!!