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.
Graph theory encompasses a vast realm of concepts involving vertices and edges, including specialized structures like complete graphs, bipartite graphs, and cycle graphs. Fundamental theorems such as the Handshaking theorem and Euler's theorem provide insight into the properties of graphs, particularly regarding vertex degrees and connectivity. Understanding these concepts establishes a foundation for exploring more complex topics in graph theory.
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
ch45.pdfClass Notes
Memorization
What we have learnt
Final Test
Revision Tests
Term: Graph
Definition: A structure made up of vertices (nodes) connected by edges.
Term: Directed graph
Definition: A graph where edges have a direction, indicated by ordered pairs of vertices.
Term: Undirected graph
Definition: A graph where edges do not have a direction, represented by unordered pairs.
Term: Simple graph
Definition: A graph with no self-loops and at most one edge between each pair of vertices.
Term: Degree of a vertex
Definition: The number of edges incident to a vertex, counting self-loops twice.
Term: Bipartite graph
Definition: A simple graph whose vertices can be divided into two distinct sets such that no two graph vertices within the same set are adjacent.
Term: Complete bipartite graph
Definition: A bipartite graph where every vertex in one partition set is connected to every vertex in the other partition set.
Term: Euler's theorem
Definition: A theorem stating that the number of vertices with an odd degree in an undirected graph is always even.