[Java] Leetcode 101. Symmetric Tree [Binary Tree #6]

preview_player
Показать описание
In this video, I'm going to show you how to solve Leetcode 101. Symmetric Tree which is related to Binary Tree.

Here’s a quick rundown of what you’re about to learn:

Course Contents
(0:00​) Question Walkthrough
(0:54) Solution Explain
(3:02) Code

In the end, you’ll have a really good understanding on how to solve Leetcode 101. Symmetric Tree and questions that are similar to Binary Tree.

Now, if you want to get good at Binary Tree, please checkout my Binary Tree playlist.

Рекомендации по теме
Комментарии
Автор

wow, beautiful solution and explanation. thanks for your efforts man.

viraj_singh
Автор

Thank you! Approach I followed here was to pass left tree and right tree and then add values to StringBuilder and reverse one at the end and check if they equal, but I got wrong answer :/

mohammadyahya