Modify a 5-vertex path by adding another edge between the first and third vertex of the path. Compute the closeness centralities and betweenness centralities of the resulting graph.
Find an ordering of the vertices for a six-vertex cycle graph, for which the greedy algorithm does not find the optimal coloring. Describe both your ordering and the steps of the greedy coloring algorithm for your ordering. (For this graph, every ordering is a degeneracy ordering, so this problem shows that greedy coloring in the reverse of a degeneracy ordering can be non-optimal.)
Let be a multiple of . How many edges are in a Moon-Moser graph with vertices and maximal cliques? How big does need to be for the number of edges to be smaller than the number of cliques?
A given rooted tree has vertices. Suppose we want to draw the vertices of , with integer coordinates, so that the -coordinate of each vertex is its Strahler number, and with each edge drawn as a straight line segment between its two vertices. Describe a way of assigning distinct -coordinates from to to the vertices so that the resulting drawing has no crossings. (You are allowed to reorder the children of each node; they do not have to be placed in an already-given order. If it helps, you can describe your ordering method as a recursive algorithm. Do not assume that is a binary tree.)