Pre-order is one type of DFS.
There are three types of depth-first traversal: pre-order, in-order, and post-order.
Check out here for more info.
Pre-order is one type of DFS.
There are three types of depth-first traversal: pre-order, in-order, and post-order.
Check out here for more info.