Download Graph Theory Tutorial
Total Page:16
File Type:pdf, Size:1020Kb
Graph Theory i Graph Theory About the Tutorial This tutorial offers a brief introduction to the fundamentals of graph theory. Written in a reader-friendly style, it covers the types of graphs, their properties, trees, graph traversability, and the concepts of coverings, coloring, and matching. Audience This tutorial has been designed for students who want to learn the basics of Graph Theory. Graph Theory has a wide range of applications in engineering and hence, this tutorial will be quite useful for readers who are into Language Processing or Computer Networks, physical sciences and numerous other fields. Prerequisites Before you start with this tutorial, you need to know elementary number theory and basic set operations in Mathematics. It is mandatory to have a basic knowledge of Computer Science as well. Copyright & Disclaimer Copyright 2020 by Tutorials Point (I) Pvt. Ltd. All the content and graphics published in this e-book are the property of Tutorials Point (I) Pvt. Ltd. The user of this e-book is prohibited to reuse, retain, copy, distribute or republish any contents or a part of contents of this e-book in any manner without written consent of the publisher. We strive to update the contents of our website and tutorials as timely and as precisely as possible, however, the contents may contain inaccuracies or errors. Tutorials Point (I) Pvt. Ltd. provides no guarantee regarding the accuracy, timeliness or completeness of our website or its contents including this tutorial. If you discover any errors on our website or in this tutorial, please notify us at [email protected] ii Graph Theory Table of Contents About the Tutorial ........................................................................................................................................... ii Audience .......................................................................................................................................................... ii Prerequisites .................................................................................................................................................... ii Copyright & Disclaimer .................................................................................................................................... ii Table of Contents ........................................................................................................................................... iii 1. Graph Theory — Introduction ................................................................................................................... 1 What is a Graph? ............................................................................................................................................. 1 Applications of Graph Theory .......................................................................................................................... 1 2. Graph Theory — Fundamentals ................................................................................................................ 3 Degree of Vertex ............................................................................................................................................. 5 Degree of Vertex in an Undirected Graph ....................................................................................................... 5 Degree of Vertex in a Directed Graph ............................................................................................................. 7 3. Graph Theory — Basic Properties............................................................................................................ 13 Distance between Two Vertices .................................................................................................................... 13 Eccentricity of a Vertex .................................................................................................................................. 14 Radius of a Connected Graph ........................................................................................................................ 14 Diameter of a Graph ...................................................................................................................................... 15 Central Point .................................................................................................................................................. 15 Centre ............................................................................................................................................................ 15 Circumference ............................................................................................................................................... 15 Girth ............................................................................................................................................................... 15 Sum of Degrees of Vertices Theorem ............................................................................................................ 16 4. Graph Theory ― Types of Graphs ........................................................................................................... 17 Null Graph ..................................................................................................................................................... 17 Trivial Graph .................................................................................................................................................. 17 Non-Directed Graph ...................................................................................................................................... 17 iii Graph Theory Directed Graph .............................................................................................................................................. 18 Simple Graph ................................................................................................................................................. 19 Connected Graph........................................................................................................................................... 20 Disconnected Graph ...................................................................................................................................... 20 Regular Graph ................................................................................................................................................ 21 Complete Graph ............................................................................................................................................ 22 Cycle Graph ................................................................................................................................................... 23 Wheel Graph ................................................................................................................................................. 23 Cyclic Graph ................................................................................................................................................... 24 Acyclic Graph ................................................................................................................................................. 25 Bipartite Graph .............................................................................................................................................. 25 Complete Bipartite Graph ............................................................................................................................. 26 Star Graph...................................................................................................................................................... 27 5. Graph Theory — Trees ............................................................................................................................ 29 Tree................................................................................................................................................................ 29 Forest ............................................................................................................................................................. 30 Spanning Trees .............................................................................................................................................. 30 Circuit Rank .................................................................................................................................................... 31 Kirchoff’s Theorem ........................................................................................................................................ 32 6. Graph Theory — Connectivity ................................................................................................................. 33 Connectivity ................................................................................................................................................... 33 Cut Vertex ...................................................................................................................................................... 34 Cut Edge (Bridge) ........................................................................................................................................... 35 Cut Set of a Graph ........................................................................................................................................