loading

Symmetric Tree — Step-by-Step Visualization

easyLeetCode #101TreeDFSBFSBinary Tree

Given the root of a binary tree, check whether it is a mirror of itself (i.e., symmetric around its center).

Related Problems