December 31, 2024

Graphs-and-Tree

Question 7 A flow graph F with entry node (1) and exit node (11) is shown below: What is the cyclomatic complexity of flowgraph F A […]
December 31, 2024

GATE 2007

Question 40 Consider a hash table of size seven, with starting index zero, and a hash function (3x + 4) mod 7. Assuming the hash table […]
December 31, 2024

Data-Structures

Question 93 How many edges are there in a forest with p components having n vertices in all? A n-p Data-StructuresGraphsGATE 1992Video-Explanation Question 93 Explanation:  Forest […]
January 3, 2025

Data-Structures

Question 13 A max-heap is a heap where the value of each parent is greater than or equal to the value of its children. Which of […]