Binary Tree Inorder Traversal (Iterative)Given a binary tree, return a list containing its inorder traversal without using recursion.