Draw the graph corresponding to the following map:
What is the chromatic number of the graph you drew above?
State the 4-color theorem. How was it proved? Why is there
still a search for a better proof?
What is the chromatic number of the following graph? What
makes it possible to have such a small chromatic number?
What is the chromatic number of the following graph? Is this
graph planar?
What is the chromatic number of a path? an even cycle? an
odd cycle? K3? K6?
What property must be true in order for a graph to contain
an Euler trail?
Is there an Euler trail in a K3? K4?
Is there an Euler trail in the following graph?
Does the above graph contain a K4? Explain why
a graph can contain a K4 and still have an Euler trail.
Arrange the following list of integers into a binary search
tree. Assume that the integers are inserted into the tree in
the order they are listed here.
35, 14, 19, 67, 50, 42, 59, 49, 8, 17, 91, 86, 77, 16, 2, 44
Use the binary search tree you drew to list the elements in
sorted order.
Find a minimum spanning tree in the following graph.
Start at vertex G of the following graph, use alphabetical
order as a tie-breaker, and write down both a depth-first and
a breadth-first traversal ordering.