Search
⌘K

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:

LinkedIn

LinkedIn

Apple


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Mid September, 2025

LinkedIn

LinkedIn

Senior

Mid August, 2025

Apple

Senior

Symmetric Tree, Move Zeros Maximum subarray sum

Comments

Your account is free and you can post anonymously if you choose.