Address
Whiteland, IN 46184
Work Hours
Monday to Friday: 9AM - 5PM
Weekend: 1PM - 3PM
WHAT ARE GRAPHS
A graph data structure consists of a finite (and possibly mutable) set of vertices or nodes or points, together with a set of unordered pairs of these vertices for an undirected graph or a set of ordered pairs for a directed graph.
USES FOR GRAPHS
ESSENTIAL GRAPH TERMS
Undirected and Directed Graphs
In the undirected graphs, all the edges are connected bi-directionally. That is they are connected to more than one node at the same time, while a directed graph the edges are directed to a particular vertex.