Depth First Traversal of Graph
In this lesson, we will learn about depth first traversal of graph using recursion.
We'll cover the following...
What is a Graph?
Graphs represent pairwise relationships between objects. Graphs are mathematical structures
and therefore can be visualized by using two basic components, nodes
and edges
A node, also known as a vertex, is a fundamental part of a graph. It is the entity that has a name, known as the key
, and other information related to that entity. A relationship ...
Create a free account to view this lesson.
By signing up, you agree to Educative's Terms of Service and Privacy Policy