Industry-relevant training in Business, Technology, and Design to help professionals and graduates upskill for real-world careers.
Fun, engaging games to boost memory, math fluency, typing speed, and English skills—perfect for learners of all ages.
The lecture focuses on vertex and edge colouring in graph theory, emphasizing their applications such as exam scheduling and tournament match planning. It explains the concepts of vertex chromatic number and edge chromatic number, along with greedy algorithms for colouring. The complexities and challenges associated with finding the chromatic numbers are highlighted, alongside upper and lower bounds on these values.
Enroll to start learning
You’ve not yet enrolled in this course. Please enroll for free to listen to audio lessons, classroom podcasts and take practice test.
References
ch53.pdfClass Notes
Memorization
What we have learnt
Final Test
Revision Tests
Term: Vertex Colouring
Definition: A method of assigning colours to the vertices of a graph so that no two adjacent vertices have the same colour.
Term: Vertex Chromatic Number (χ(G))
Definition: The minimum number of colours needed to colour the vertices of a graph without adjacent vertices sharing the same colour.
Term: Edge Colouring
Definition: A method of assigning colours to the edges of a graph such that no two edges that share a vertex have the same colour.
Term: Edge Chromatic Number (χ₀(G))
Definition: The minimum number of colours required to colour the edges of a graph without adjacent edges sharing the same colour.
Term: Greedy Algorithm for Colouring
Definition: An approach to colouring where each vertex is coloured with the first available colour not assigned to its adjacent vertices.
Term: GuptaVizing Theorem
Definition: A theorem establishing that the edge chromatic number of a simple graph is bounded by the maximum degree of that graph plus one.