Data Structures 101: Tree Traversal - DFS (Pre, In & Post)
Assalam u Alaikum & Hello everyone! ๐
In the previous article, we learned about Binary Search Trees. In this article, we will learn how we can traverse a tree using the DFS technique.
Prerequisite
1. Recursion
Traversing a tree requires a good under...
rehansattar.hashnode.dev7 min read