...
October 29, 2024

GATE-2024-CS1(Forenoon)

Question 34 The number of spanning trees in a complete graph of 4 vertices labelled A, B, C, and D is _________ A 16 B C […]
November 23, 2024

Prefix-Postfix-Expression

Question 5 Convert the prefix expression to infix -*+ABC*-DE+FG A (A-B)*C+(D*E)-(F+G) B (A+B)*C-(D-E)*(F-G) C (A+B-C)*(D-E)*(F+G) D (A+B)*C-(D*E)-(F+G) E None of the above Data-StructuresPrefix-Postfix-ExpressionISRO CS 2020Video-Explanation Question […]
December 10, 2024

GATE-2024-CS1(Forenoon)

Question 60 The number of edges present in the forest generated by the DFS traversal of an undirected graph G with 100 vertices is 40. The […]
December 10, 2024

Data-Structures

Question 21 Suppose that we have numbers between 1 and 100 in a binary search tree and want to search for the number 55. Which of […]