Your Dashboard
Interview Coaching
Learn
System Design
ML System Design
Code
Behavioral
Salary Negotiation
Interview Guides
Search
⌘K
Get Premium
Leetcode 101. Symmetric Tree
Check whether a binary tree is symmetric around its center by determining if the left and right subtrees are mirror images of each other. This is typically solved by recursively comparing corresponding nodes (or iteratively using a queue/stack) to ensure paired node values and structure match.
Asked at:
Apple
Question Timeline
See when this question was last asked and where, including any notes left by other candidates.
All Regions
Mid September, 2025
Senior
Mid August, 2025
Apple
Senior
Symmetric Tree, Move Zeros Maximum subarray sum
Comments
Hello Interview Premium
Your account is free and you can post anonymously if you choose.