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)