🌵
Christian's Wiki
/
📖
Data Structures & Algorithms
/
Algorithm
/
Pre-order Traversal

Pre-order Traversal

‣
Tree Traversal Algorithm: How do you traverse a binary tree in pre-order (recursively and iteratively)? What are its use cases?