X304: Structurally Identical Binary Trees Exercise

Given two binary trees, return True if and only if they are structurally identical (ignoring the content of the nodes).

Your Answer:

Reset

Practice a different Java exercise

Feedback

Your feedback will appear here when you check your answer.