Practice Problem
Symmetric Tree
Difficulty: Easy
Given the root of a binary tree, check whether it is a mirror of itself (symmetric around its center).
Practice Problem
Difficulty: Easy
Given the root of a binary tree, check whether it is a mirror of itself (symmetric around its center).