...
October 4, 2023

Time-Complexity

Question 14 The cube root of a natural number n is defined as the largest natural number m such that m3≤n. The complexity of computing the […]
October 4, 2023

Minimum-Spanning-Tree

Question 7 What is the weight of a minimum spanning tree of the following graph ? A 29 B 31 C 38 D 41 Algorithms Minimum-Spanning-TreeGATE […]
October 4, 2023

Algorithms

Question 33 How many minimum spanning trees does the following graph have? Draw them. (Weights are assigned to the edge). A Theory Explanation. AlgorithmsMinimum-Spanning-TreeGATE 1995 Correct […]
October 4, 2023

Algorithms

Question 3 Let f(n), g(n) and h(n) be functions defined for positive inter such that f(n) = O(g(n)), g(n) ≠ O(f(n)), g(n) = O(h(n)), and h(n) = […]
error: Alert: Content selection is disabled!!