Question
Q1:The hash table requires much less space than a Direct Addressing Table.. Single choice. True False Q2:The Total running time for Breadth-First Search is. Single
Q1:The hash table requires much less space than a Direct Addressing Table.. Single choice.
True
False
Q2:The Total running time for Breadth-First Search is. Single choice.
O(|V| )
O(lg( |V|) * |E|)
O(|V| + |E|)
None of the answers is correct
Q3:In B-TREE: search, insert a mapping, delete an existing mapping in O(lg n) time
False
True
Q4:The memory requirement of adjacency list representation of a graph is..................?. Single choice.
Big theta of (|V| )
Big theta of (|V| + |E|)
Big theta of (|V| / |E|)
Big theta of (|V| * |E|)
Q5:The Time complexity of the Kruskal Algorithm is......................?. Single choice.
O(E lg E)
None of the answers is correct
O(E lg V)
O(V lg V)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started