Web Page

Syllabus: Connectivity, Matching, Coloring.

$$\scriptsize{\overset{{\large{\textbf{Mark Distribution in Previous GATE}}}}{\begin{array}{|c|c|c|c|c|c|c|c|}\hline
\textbf{Year}& \textbf{2022} & \textbf{2021-1}&\textbf{2021-2}&\textbf{2020}&\textbf{2019}&\textbf{2018}&\textbf{2017-1}&\textbf{2017-2}&\textbf{2016-1}&\textbf{2016-2}&\textbf{Minimum}&\textbf{Average}&\textbf{Maximum}
\\\hline\textbf{1 Mark Count} & 1&1&0&0&1&1&0&1&0&1&0&0.6&1
\\\hline\textbf{2 Marks Count} & 3 &1&0&1&1&1&0&0&0&0&0&0.7&3
\\\hline\textbf{Total Marks} & 7 &3&0&2&3&3&0&1&0&1&\bf{0}&\bf{2}&\bf{7}\\\hline
\end{array}}}$$

Recent questions in Graph Theory

0 votes
1 answer
601
What is cyclomatic complexity of below program below:i=0; n=4;while(i<n-1){j=i+1; while(j<n){if(A[i]< A[j]) swap (A[i],A[j]);}i=i+1;}A)3 B)4 C)5 D)6
0 votes
1 answer
602
Total no of edges =1225Maximum degree of vertex =3find no of vertices ?
0 votes
0 answers
604
0 votes
2 answers
605
Which is the best book for studying GATE CS Graph theory?
0 votes
1 answer
607
0 votes
1 answer
608
how to prove that graph G with e= v - 1 that has no circuit is a tree.
0 votes
1 answer
609
Is every k connected graph is k-1 connected or the reverse? I always get confused. Can someone explain with the help of an example.
0 votes
2 answers
610
Consider a graph where vertex having number 2 to 12 (including 2 and 12), there is an edge between two vertex x and y iff x divides yWhat would be maximum path length bet...
1 votes
1 answer
611
Consider a graph where vertex having number 2 to 12 (including 2 and 12), there is an edge between two vertex x and y iff x divides yWhich vertex will have highest in deg...
3 votes
3 answers
612
Consider a graph where vertex having number 2 to 12 (including 2 and 12), there is an edge between two vertex x and y iff x divides yFind number of strongly connected com...
1 votes
1 answer
614
0 votes
1 answer
615
a)The number of paths of length 4 between any twoadjacent vertices in K3,3 (bipartite graph)?b) The number of paths of length 4 between any twononadjacent vertices in K3,...
0 votes
0 answers
616
Every Planar graph have vertex cover of size atmost 3n/4.Can someone provide a good link to understand the above fact?Or a good explanation is most welcome.
0 votes
1 answer
617
Travelling Salesman problem considering the triangle inequality ,tell the procedure of finding the approximate solution in polynomial time using a suitable example.
3 votes
3 answers
618
A graph consists of only one vertex,which is isolated ..Is that graphA) a complete graph ???B) a clique???C) connected graph ???Please explain your answer ...
15 votes
3 answers
619
Consider all possible trees with $n$ nodes. Let $k$ be the number of nodes with degree greater than $1$ in a given tree. What is the maximum possible value of $k$?
0 votes
2 answers
620
Consider an undirected graph G with 100 nodes. What is the maximum number of edges to be included in G so that graph is connected?(a) 2451(b) 4851(c) 4950(d) 9990