...
October 12, 2023

Algorithms

Question 6 For parameters a and b, both of which are ω(1), T(n) = T(n1/a)+1, and T(b)=1. Then T(n) is A θ(loga logb n) B θ(logb […]
October 12, 2023

Algorithms

Question 8 Consider a graph G = (V, E), where V = {v1, v2, …, v100}, E = {(vi, vj) | 1 ≤ i < j […]
October 12, 2023

Asymptotic-Complexity

Question 1 Which one of the following options arranges the functions in the increasing order of asymptotic growth rate? A f2, f3, f1 B f3, f2, […]
October 12, 2023

Algorithms

Question 20 Consider the following recurrence relation. Which one of the following options is correct? A B C D AlgorithmsTime-ComplexityGATE 2021 CS-Set-1Video-Explanation Question 20 Explanation:  Correct […]
error: Alert: Content selection is disabled!!