In-order Traversal

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