This test covers HW I–VII: everything we've done so far in the book and in class.
The (approximate) guidelines for the grades are:
A B C D F 110-145+ 80-110 50-80 45-50 0-45They will be converted to a proportion of 100 course points (multiply by 100/145) in computing your course grade.
The midterm solutions are available.
The final exam is comprehensive. Expect greater proportional emphasis on topics after the midterm than on the earlier material. (That does not mean any specific proportion.)
The (approximate) guidelines for the grades are:
A B C D F 160-190 125-160 85-125 76-85 0-75The final exam solutions and grading guide is available.
If we want to emphasize that we don't allow loops and multiple edges, we say simple graph.
The size of a graph is the number of edges, |E(G)|.
G and H are isomorphic if there exists an isomorphism. They are not isomorphic if no isomorphism exists.
One kind of isomorphism is especially interesting. An automorphism of a graph G is an isomorphism of G with itself. Every graph has at least one automorphism, the identity automorphism, which is the identity function from V to V. Some graphs have no other automorphisms. Other graphs have many automorphisms. See the automorphisms handout (pdf).
A disconnecting set in G is a set of edges whose removal leaves a disconnected graph.
In a graph G, take two nonadjacent vertices v and w. Then κ(v,w), the connectivity between v and w, is the smallest number of vertices whose removal leaves v and w in different components.
In a graph G, take any two vertices v and w. Then λ(v,w), the edge connectivity between v and w, is the smallest number of edges whose removal leaves v and w in different components.
You may find these formulas useful.
I recommend the TexLive download.
I use TexShop in the TexLive download. I find it very easy to use for preparing Tex documents from start to finish. It also has a good search engine (which supports regular expressions, if you know what that means).