Know what a Graph is, the types of Graphs, the application of Graphs, and a naive approach to representing Graph data. — How will you visualize your social network, a traffic route, a gene mapping, a molecular bond, a brain graph, or a web graph? Graphs are ubiquitous data structures used to describe a complex system. A graph is a non-linear data structure used to model a set of objects called nodes…