...
October 12, 2023

GATE 2017 [Set-1]

Question 4 Consider the following functions from positives integers to real numbers   The CORRECT arrangement of the above functions in increasing order of asymptotic complexity […]
October 12, 2023

GATE 2017 [Set-1]

Question 5 Consider the following table Match the algorithm to design paradigms they are based on: A (P)↔(ii), Q↔(iii), (R)↔(i) B (P)↔(iii), Q↔(i), (R)↔(ii) C (P)↔(ii), […]
October 12, 2023

Algorithms

Question 2 Which one of the following binary trees has its inorder and preorder traversals as BCAD  and ABCD, respectively? A B C D AlgorithmsTree TraversalsGATE […]
October 12, 2023

Algorithms

Question 24 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 […]