Anyone know the worst-case for Himpling's greedy graph coloring algorithm (i.e. what is the worst ratio between its coloring and the optimal coloring).
The basic algorithm colors each vertex one color, and then repeatedly increments a vertex color if it collides with an existing vertex on a common edge. This is similar but not quite the same as the standard greedy coloring on Wikipedia.