X295: Same Binary Tree Exercise
Given two binary trees, return true if they are structurally identical (they have nodes with the same values, arranged in the same way).
Your Answer:
Feedback
Your feedback will appear here when you check your answer.
Given two binary trees, return true if they are structurally identical (they have nodes with the same values, arranged in the same way).
Your feedback will appear here when you check your answer.