Recent questions tagged graph-theory

1 votes
1 answer
723
Consider the tree given below:Using the property of eccentricity of a vertex, find every vertex that is the centre of the given tree:d & hc & kg, b, c, h, i, mc & h
1 votes
2 answers
724
The graph in the figure is a portion of the Shri Chakra.Is it :(1) a Planar graph ?(2) a Hamiltonian graph ?(3) an Eulerian graph ?(A) 1 and 2(B) 2 and 3(C) 1 and 3(D) 1,...
4 votes
3 answers
725
0 votes
1 answer
726
3 votes
2 answers
727
11 votes
4 answers
728
A given connected graph $\text{G}$ is a Euler Graph if and only if all vertices of $\text{G}$ are ofsame degree even degreeodd degree ...
1 votes
2 answers
729
1 votes
2 answers
730
Consider a complete bipartite graph $k_{m,n}$. For which values of $m$ and $n$ does this, complete graph have a Hamilton circuit $m = 3, n = 2$$m = 2, n = 3$ $m = n 2$$m...
2 votes
2 answers
731
0 votes
2 answers
732
Check whether graph with following degrees are possible?I) 6, 6, 6, 6, 3, 3, 2, 2II) 7, 6, 6, 4, 4, 3, 2, 2(How to solve this type of questions? Please explain..)
4 votes
2 answers
733
Algorithm which solves the all pair shortest path problem isA)Dijkstra's algorithmB)Floyd's algorithC)Prim's algorithmmD)Warshall's algorithm
0 votes
1 answer
734
What is the minimum number of edges which must be removed from a complete bipartite graph of six nodes K(6) so that the remaining graph is a planar?Explain with exp why y...
8 votes
3 answers
735
A simple graph ( a graph without parallel edge or loops) with $n$ vertices and $k$ components can have at most$n$ edges$n-k$ edges$(n-k) (n-k+1)$ edges$(n-k) (n-k+1)/2$ e...
7 votes
3 answers
736
In a graph $\text{G}$ there is one and only one path between every pair of vertices then $\text{G}$ is aPathWalkTreeCircuit
9 votes
1 answer
737
A graph in which all nodes are of equal degree, is known asMultigraphNon regular graphRegular graphComplete graph
8 votes
1 answer
738
If $\text{G}$ is a graph with e edges and n vertices the sum of the degrees of all vertices in $\text{G}$ is$e$$e/2$$e^2$$2 e$
8 votes
1 answer
740
Consider the graph shown in the figure below:Which of the following is a valid strong component?$a, c, d$$a, b, d$$b, c, d$$a, b, c$
3 votes
3 answers
741
Which of the following connected graph has exactly one spanning tree? Complete graph Hamiltonian graph Euler graph None of the above
1 votes
1 answer
742
Graph having every pair of vertices connected is calledCycle graphComplete graphPeterson graphIs a Tree
1 votes
2 answers
743
An undirected graph G has n vertices and n-1 edges then G isA. CyclicB. Addition of edge will make it cyclicC. EulerianD. Is a Tree
2 votes
2 answers
744
An undirected graph is Eulerian if and only if all vertices of G are of the sum of the degrees of all nodes isA. Same degreeB. ODD degreeC. Need not be ODDD. ...
7 votes
2 answers
745
Let $X$ be the adjacency matrix of a graph $G$ with no self loops. The entries along the principal diagonal of $X$ areall zerosall onesboth zeros and onesdifferent
8 votes
2 answers
746
If a graph requires $k$ different colours for its proper colouring, then the chromatic number of the graph is$1$$k$$k-1$$k/2$
11 votes
2 answers
747
A graph with $n$ vertices and $n-1$ edges that is not a tree, isConnectedDisconnectedEulerA circuit