Recent questions tagged graph-theory

0 votes
2 answers
241
0 votes
0 answers
245
What are all the conditions for the degree sequence to be graphic?
2 votes
1 answer
246
0 votes
1 answer
249
0 votes
1 answer
251
The number of totally ordered sets compatible to the given POSET are ________.
0 votes
0 answers
252
why in this planar graph this theorem ,”sum of degrees of faces or regions is twice the number of edges” is not true as it should hold for all planar graphs??Note: nu...
0 votes
0 answers
254
If A = {1,2,3 …. n}then how many multisets of size 4 are possible ,such that atleast of the elements appears twice.
0 votes
0 answers
258
why DFS cannot find shortest path but BFS can?
5 votes
1 answer
261
$\begin{array}{|c|c|c|c|c|c|c|} \hline 0 & 1 & 1 & 0 & 1 & 1 & 0 \\ \hline 1 & 0 & 0 & 1 & 1 & 0 & 1 \\ \hline 1& 0 & 0 & 1 & 1 & 1 & 0 \\ \hline 0 & 1 & 1 & 0 & 1 & 0 & ...
0 votes
2 answers
263
0 votes
3 answers
264
Is it possible that a disconnected graph be an Euler graph ?
1 votes
0 answers
267
In a connected 3 regular graph, every planar region is bounded by exactly 5 edges, then count no of edges?
0 votes
1 answer
268
Is this graph Euler?
1 votes
1 answer
269
If there are exactly 2 vertices x and y of odd degree in a graph G, then there must be a path between x and y,Is this true? Please explain with valid reasons.