Old Tutorial
Tutorial 1
- Prove that the sum of degrees of all vertices in a graph is twice the number of edges in the graph.
- Prove that in any graph, the number of vertices with odd degrees is always even. 2. AGT Tut 1.2 solution
Tutorial 2
- For a bipartite graph with partite sets X and Y. Prove that the sum of degrees of vertices in X equals the sum of degrees of vertices in Y.
- Write the merge sort algorithm and analyse its time complexity using recursive tree method. 2. AGT Tut 2.2 solution