Same Tree (LeetCode 100) | Full solution with visuals and animations | Study Algorithms

Nikhil Lohia
Nikhil Lohia
5.9 هزار بار بازدید - 2 سال پیش - Two trees even if they
Two trees even if they are different can result in a same traversal result. This happens because of the non-linear structure of the tree data structure. A neat little trick can be applied to the level order traversal technique to determine if two trees are exactly the same. Watch this video to understand how you can take advantage of the actual structure of a tree node and arrive at a solution. Actual Problem: leetcode.com/problems/same-tree/ Chapters: 00:00 - Intro 00:52 - Problem Statement and Description 02:58 - What exactly are same trees? 05:50 - A trick with level order traversal 09:02 - Dry-run of Code 12:57 - Final Thoughts 📚 Links to topics I talk about in the video: LeetCode Problems:    • Leetcode Solutions   Other easy problems:    • Easy Problems   Level Order Traversal:    • Level order traversal of Binary Tree ...   Binary Tree:    • Binary Trees Introduction | Different...   📘 A text based explanation is available at: studyalgorithms.com/ Code on Github: github.com/nikoo28/java-solutions/blob/master/src/… Test-cases on Github: github.com/nikoo28/java-solutions/blob/master/src/… 📖 Reference Books: Starting Learn to Code: amzn.to/36pU0JO Favorite book to understand algorithms: amzn.to/39w3YLS Favorite book for data structures: amzn.to/3oAVBTk Get started for interview preparation: amzn.to/39ysbkJ 🔗 To see more videos like this, you can show your support on: www.buymeacoffee.com/studyalgorithms 🎥 My Recording Gear: Recording Light: amzn.to/3pAqh8O Microphone: amzn.to/2MCX7qU Recording Camera: amzn.to/3alg9Ky Tablet to sketch and draw: amzn.to/3pM6Bi4 Surface Pen: amzn.to/3pv6tTs Laptop to edit videos: amzn.to/2LYpMqn 💻 Get Social 💻 Follow on Facebook at: www.facebook.com/studyalgos Follow on Twitter at: www.twitter.com/studyalgorithms Follow on Tumblr at: studyalgos.tumblr.com/ Subscribe to RSS feeds: studyalgorithms.com/feed/ Join fan mail: eepurl.com/g9Dadv #leetcode #programming #interview
2 سال پیش در تاریخ 1401/09/20 منتشر شده است.
5,974 بـار بازدید شده
... بیشتر