The course clearly explains the graph data structure, the types of graphs and the different algorithms to use on graphs to solve leetcode questions that require the usage of graphs.
A graph is a non-linear kind of data structure made up of nodes or vertices and edges. The edges connect any two nodes in the graph, and the nodes are also known as vertices .