...
April 17, 2024

GATE 2014 [Set-1]

Question 21 Let G be a graph with n vertices and m edges. What is the tightest upper bound on the running time of Depth First […]
April 17, 2024

Question 8517 – Data-Structures

Consider the directed graph given below. Which one of the following is TRUE? Correct Answer: C Question 30 Explanation:  There are no cycles in the graph, […]
April 17, 2024

Question 8138 – Data-Structures

Consider the following New-order strategy for traversing a binary tree: Visit the root; Visit the right subtree using New-order; Visit the left subtree using New-order; The […]
April 17, 2024

Question 8518 – Data-Structures

Let P be a quicksort program to sort numbers in ascending order using the first elements as the pivot. Let t1 and t2 be the number of comparisons […]