Depth First Search

Estimated Time

25 minutes

Introduction to Depth First Traversal

Welcome to this module on DFS! Take a look at what you will go through in this module.

  • What is DFS and when is it used?
  • Practice DFS Algorithm
  • Interactive DFS Exercise
  • A quiz to check your understanding of DFS