Commit 2023-11-14 18:47 e004ac1c

View on Github →

feat: add 2-coloring of pathGraph and prove its chromatic number is 2 (#8166) Define a bicoloring for pathGraph and prove that when 2 ≤ n its chromatic number is 2. Creates a ConcreteColorings module to hold such colorings of concrete graphs.

Estimated changes