Recent questions tagged graph-theory

1 votes
1 answer
575
If a graph has k-independent components, it it n-k+1 colorable
44 votes
9 answers
576
$G$ is an undirected graph with $n$ vertices and $25$ edges such that each vertex of $G$ has degree at least $3$. Then the maximum possible value of $n$ is _________ .
0 votes
0 answers
578
WHY CROSS EDGES TURN TO BE BACK EDGES IN UNDIRECTED GRAPH IN DFS TRAVERSAL?? CAN ANYONE EXPLAIN THIS. WHY ARE THERE NO CROSS EDGES IN DFS OF UNDIRECTED GRAPH??
0 votes
1 answer
579
here in this question they have asked about the number of edges but i cant find a way to solve pls help here...
4 votes
2 answers
580
Which of the following Graph has Euler Path but is not an Euler Graph?A. K1,1 B.K2,10 C.K2,11D.K10,11.
0 votes
1 answer
581
How many distinct paths of length 4 that do not visit the same node more than once are there between node 0 and node 1?
0 votes
1 answer
582
1 votes
1 answer
587
I am not getting how statement 3 is false and statement 4 is true.Statement 3: If the weights are unique, ho can there be multiple second best spanning trees?Statement 4:...
0 votes
1 answer
588
A Connected Graph has Cut edge, Then Graph has Cut vertex also.1. True2. FalseChoose Correct One.
1 votes
0 answers
590
0 votes
1 answer
591
Let G be a undirected graph with 35 edges and degree of each vertex is at least 3 then maximum number of vertices possible in G is(A) 22(B) 23(C) 24(D) 25P.S. Explain wit...
0 votes
1 answer
592
How to learn and understand graph theory in 23 days i mean before gate exam? Can anybody help in this.Like there are many new terms bipartite graph etc etc i m not able ...
0 votes
0 answers
599
The relation between size of a maximum matching in a disconnected graph G on vertex set V and the size of a maximum matching of a connected graph G on same vertex set V...