GATE 2020 Computer Science and IT Question Paper with answer


31. Question

Which of the following is not valid?

 




Answer
32. Question

Given set (v1, v2, v3 …… v100) the edge weight is |v1-v2| where i ≤ i ≤ j ≤ 100 then the weight of the minimum spanning tree is ____

 




Answer
33. Question

T(n) = T (nt/a) +(b) = find t(n)




Answer
34. Question

What is the worst-case time complexity of inserting n elements in an empty linked list in the sorted order?

 




Answer
35. Question

In the AVL tree n elements are there what is the time complexity of inserting other n2 elements?




Answer