Recent questions tagged graph-theory

2 votes
1 answer
601
if a graph contains 2 components,1st component contains only one vertex and 2nd component is a cycle with 4 vertices. is this graph Eulerian?it should be Eulerian ryt?
2 votes
1 answer
603
Assumed undirected graph G is connected. G has 6­vertices and 10 edges. Findthe minimum number of edges whose deletion from graph G is always guaranteethat ...
2 votes
1 answer
604
what is the matching number of $K_{2,3}$ graph.and also explain matching number of $K_{m,n}$(simplification).
1 votes
2 answers
610
0 votes
1 answer
618
please explain these few point:how is longest path between any pair of vertices different from diameter of a agraph.?in dijkstra algorithm,each edge is relaxed eaxtly one...
2 votes
2 answers
619
3 votes
1 answer
621
Consider an array ‘A’ with 2m elements. The elements in odd position are sorted in non-increasing order that is A >= A[3] >= A[5]......A[2m-1] The elements in even p...
0 votes
0 answers
624
3 votes
1 answer
625
Is DFS can be applied to check that a graph is bipartite or not?
7 votes
3 answers
630