Imagine a school timetable. Each lesson pairs one teacher with one class, and a teacher can't be in two rooms at once. Draw teachers and classes as dots, lessons as lines between them, and the question becomes: how few time slots do you need so that no teacher (and no class) has two lessons at the same time?
That is exactly edge coloring: assign a color to every edge of a graph so that no two edges meeting at the same vertex share a color. The smallest number of colors you can get away with is called the chromatic index.
One quantity dominates the answer. Let Î (the maximum degree) be the largest number of edges touching any single vertex. You obviously need at least Î colors â those Î edges all meet at one point and must differ. The astonishing fact is how close to Î you can always get.
Comments
Loading comments...