DEV Community

Cover image for 🌲 Navigating the Depths: DFS for General Trees Using Stacks! 🎥
Vinay Jain
Vinay Jain

Posted on

🌲 Navigating the Depths: DFS for General Trees Using Stacks! 🎥

Image description

Hello fellow coders! In my latest video, we dive into the intricacies of the Depth First Search (DFS) algorithm specifically tailored for general trees. Join me as we explore the nuances of DFS with stacks, unraveling the mysteries of tree traversal in the process.

🎥 Dive into the video here: https://youtu.be/r0k7iRssAkk?si=wKOjg_yrGuW-C782
🎥 DFS Using Stacks (Binary Tree): https://youtu.be/dXYsXgf9Em8?si=YJ99a6W1goE1skNp
🔗 Access the code on GitHub: https://github.com/Vinay352/Leetcode_Complete_Solution/blob/main/CreateBinaryTree_DFS_BFS.java

Feel free to drop your questions and insights in the comments. Let's master DFS for general trees together! 💡🌳

Stay connected:
🎥 YouTube: https://www.youtube.com/@VinayJainDev3097
📚 Medium: https://medium.com/@vinay.j3097
📝 Dev.to: https://dev.to/vinay_jain_dev
🔗 GitHub: https://github.com/Vinay352
🐦 Twitter: https://twitter.com/vinayj3097
📸 Instagram: https://www.instagram.com/vinay_jain_dev/
📘 Facebook: https://www.facebook.com/vinayj3097/

Top comments (0)