Math 381: Graph Theory Announcements


Go to homework | course information.

Tests

The test dates are on Thursdays:
Feb. 22, March 29, May 3.

Test I

This test covered Sections 11.1-4. The guidelines for the grades are:
	A	B	C	D	F
	84-100	67-83	50-66	40-49	0-39

Test II

This test covered Sections 11.5-7. The guidelines for the grades are:
	A	B	C	D	F
	84-100	68-83	51-67	42-50	0-41

Test III

CANCELLED

Final Exam

The final exam will be comprehensive, but will mostly concern the material covered since the last test: that is, 12.1, 13.1, 13.2 and 13.4. In 13.4, omit Interval Graphs and Chordal Graphs. You should read 13.3, but it will not be specifically tested. Good Luck.

Corrections

In Figure 11.6, the right-hand graph needs an extra vertex and edge. You should put a vertex in the middle of one of the edges. It doesn't matter which one (Question: why not?).

In the DF algorithm of Section 11.7, there ought also to be a computation of D(y), the tree distance to the root, just as in the BF algorithm. (There's no reason to do it in one and not the other.) I will not expect this from the students, but it is an oversight in the book.
What I would add to the DF algorithm is two steps:

in the initialization part (1), set D(u) = 0; and
in the recursive step (2), add substep (v) Set D(y) = D(x) + 1.

In Theorem 11.7.6, G should also be connected.

Definitions


Go to
homework | course information.