Recent questions tagged graph-theory

1 votes
2 answers
362
Can both euler path and euler circuit exist in same graph.Can both Hamiltonian path and Hamiltonian circuit exist in same graph.
0 votes
1 answer
363
Is there a clique possible in Graph with one vertex? I mean, is a singleton vertex in itself is a complete sub-graph and can be called a clique.
0 votes
1 answer
365
1 votes
2 answers
366
Number of distinct simple graphs possible, given 8 vertices and not considering self loops?
0 votes
1 answer
368
Suppose that a graph G has a minimum spanning tree already computed. How quickly can we update the minimum spanning tree if we add a new vertex and incident edges to G?
0 votes
1 answer
369
How can we distinguish b/w back edge, the forward edge and cross edge in BFS or DFS traversal in Graphs?
0 votes
1 answer
370
Prove that the number of edges in a graph with exactly one triangle is at most \begin{align*} \frac{\left( n - 1 \right )^2}{4} + 2\end{align*}
0 votes
1 answer
371
Is regular polyhedra in graph theory in our Gate syllabus 2019?
1 votes
1 answer
372
Is this statement correct?? and why?.If there are negative weight cycles than dijkstra will surely fail but if there are negative weight edges(need not be cycle) then dij...
7 votes
3 answers
373
The number of edges in a regular graph of degree: $d$ and $n$ vertices is:maximum of $n$ and $d$ $n +d$$nd$$nd/2$
1 votes
1 answer
374
Consider Undirected Graph Ghaving vertex V {A,B,C,D,E}and edge pair as E {AB BD BE AC CE CD}A) Given graph is disconnectedB) Given graph is completeC) Given graph has ver...
1 votes
1 answer
377
1 votes
1 answer
379
Let G be a simple graph in which every vertex has degree 3. Prove that G decomposes into claws iff G is bipartite.
0 votes
0 answers
380
How many total Homeomorphically Irreducible Trees are possible with 'n' nodes ?
0 votes
1 answer
381
1 votes
1 answer
382
The maximum number of edges in a n-node undirected graph WITH self-loops is?
2 votes
0 answers
385
Write $O(n)$ time algorithm to find any cycles in a graph. Print NONE otherwise
1 votes
2 answers
386
Can someone solve this?Also please attempt this question on Algorithms time complexity if interested :)https://gateoverflow.in/210836/algorithms-time-complexity
1 votes
1 answer
390
As a triangle graph is $2 -$ connected, thus for a given triangle graph, $r= 2( r_1\text{ and } r_2)$ , $k=2, e = 3, v=3$, but it still doesn't satisfy the equation, Can ...