Concept
Computer Science
Data structure
Graph
Graph traversal pattern
Depth first search
Mentioned by:
Postorder traversalInorder traversalPreorder traversal

Depth first search

a.k.a. DFS

A graph traversal pattern which traverses as far as possible down a node path before considering other paths.

External Resources

Jumpstart your CareerBook a free session
Stay ConnectedYouTube
CoachMatt.io © 2022