Easy
Quiz
#94 Binary Tree Inorder Traversal
APPROACH
Given the root of a binary tree, return the inorder traversal of its nodes' values.
1 of 4
What is the optimal approach for this problem?
#94 Binary Tree Inorder Traversal
APPROACH
Given the root of a binary tree, return the inorder traversal of its nodes' values.
What is the optimal approach for this problem?