Question
a.
There exists a Simple Graph having 10 vertices such that minimum degree of the graph is 0 and maximum degree is 9
b.
There exists a MultiGraph having 10 vertices such that minimum degree of the graph is 0 and maximum degree is 9
c.
There exists a MultiGraph as well as a Simple Graph having 10 vertices such that minimum degree of the graph is 0 and maximum degree is 9
d.
None of the mentioned
Posted under Data Structures and Algorithms
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. Which of the following statement is true.
Similar Questions
Discover Related MCQs
Q. Given Adjacency matrices determine which of them are PseudoGraphs?
i) {{1,0} {0,1}}
ii) {{0,1}{1,0}}
iii) {{0,0,1}{0,1,0}{1,0,0}}
View solution
Q. Possible number of labelled simple Directed, Pseudo and Multigarphs exist having 2 vertices?
View solution
Q. Which of the following is a HyperGraph, where V is the set of vertices, E is the set of edges?
View solution
Q. What would be the Incidence Matrix of the given HyperGraph?
V = {x,y,z} E = {{x,y}{y}{x,z}{z,y}}
View solution
Q. What is the degree sequence of the given HyperGraph, in non-increasing order.
V = {v1,v2,v3,v4,v5,v6} E = {{v1,v4,v5} {v2,v3,v4,v5} {v2} {v1} {v1,v6}}
View solution
Q. MultiGraphs having self-loops are called PseudoGraphs?
View solution
Q. Binary Decision Diagram is a type of __________
View solution
Q. In which of the following case does a Binary Decision Diagram is used for?
View solution
Q. In a Binary Decision Diagram, how many types of terminal exists?
View solution
Q. In a Binary Decision Diagrams 0 values by a _________ line and the 1 values are represented by a _________ line.
View solution
Q. How many nodes are required to create a Binary Decision Tree having 4 variables?
View solution
Q. Two or more And Inverter Graphs can represent same function.
View solution
Q. Size of an And Inverter Graph is the number of _______ gates and the number of logic levels is number of ________ gates on the __________ path from a primary input to a primary output.
View solution
Q. And Inverter Graph is a type of __________
View solution
Q. The And Inverter Graph representation of a Boolean function is more efficient than the Binary Decision Diagram.
View solution
Q. Which of the following logical operation can be implemented by polynomial time graph manipulation algorithms using Binary Decision Diagrams?
View solution
Q. Depth First Search is equivalent to which of the traversal in the Binary Trees?
View solution
Q. Time Complexity of DFS is? (V – number of vertices, E – number of edges)
View solution
Q. The Data structure used in standard implementation of Breadth First Search is?
View solution
Q. The Depth First Search traversal of a graph will result into?
View solution
Suggested Topics
Are you eager to expand your knowledge beyond Data Structures and Algorithms? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!