Back to Questions

Binary Tree Inorder Traversal (Iterative)

121.9K viewsAsked at Microsoft
Medium

Question Explain

Given the root of a binary tree, return the inorder traversal of its nodes' values. Implement the solution iteratively using a stack.

Start Trying This Question Simulation

Practice answering orally or with text to get instant AI feedback.

Practice with This Question
Binary Tree Inorder Traversal (Iterative) - Interview Question