Graph theory (2023-24 even semester)

Notice

Lessson plan

This is a tentative plan and will be modified time to time. The following lectures are planned for all students.

Special lectures for MSc and PhD students:

Text Books:

Assignments:

Solve all the problems by yourself and submit before the due date

Question papers

Let A = {0, 1, 2}, and V = A* A * A, where * denotes Cartesian product of sets. E = {(u, v): d(u, v) = 1}, where d(u, v) = d((u_1, u_2, u_3), (v_1, v_2, v_3)) = D(u_1, v_1) + D(u_2, v_2) + D(u_3, v_3). Here D(u_i, v_i) indicates the Hamming distance. Draw the graph with vertex set V and edge set E.