Graph Theory Notes

Graph theory has many practical applications in various disciplines including, to name a few, biology, computer science, economics, engineering, informatics,linguistics, mathematics, medicine, and social science, graphs are excellent modelling tools, etc. Now the question arises that What is a Graph ? right… A linear graph (or simply a graph) G = (V,E) consists of a set of objects V = {v1, v2,…..} called vertices, and another set E = {e1, e2,…..} whose elements are called edges, such that each edge ek is identified […]

Continue reading