Graph Colouring
Which of the following is not a type of graph in computer science?
What is vertex coloring of a graph?
In a properly vertex-coloured graph, what can you say about the colours of connected vertices (vertices with an edge between them)?
A graph G has a chromatic number of 2. What can you conclude about G?
A friend claims they coloured a graph with 10 vertices and only needed 1 colour. Is this possible?
What is the minimum number of colors needed to properly color a cycle graph with 5 vertices (C5)?
What is the chromatic number of a complete graph with n vertices (Kn)?
In graph coloring, what is Brooks' theorem?
What is the Mycielski construction and what does it prove about graph coloring?