DEV Community

Cover image for 🌲 Embracing Recursion: DFS for General Trees with Elegance! 🎥
Vinay Jain
Vinay Jain

Posted on

🌲 Embracing Recursion: DFS for General Trees with Elegance! 🎥

Image description

Hey coding enthusiasts! I'm thrilled to share my latest video, where we explore the Depth First Search (DFS) algorithm tailored for general trees using the beauty of recursion. Join me in this journey of unraveling the intricacies of tree traversal with a touch of elegance.

🎥 Watch the video here: https://youtu.be/75QahOSlHGM?si=xfQyiIQagTlGDU7S
🎥 DFS Using Recursion: https://youtu.be/SuiYUV69XC8?si=wpKb1-ZJlpKlYUzj
🔗 Find the code on GitHub: https://github.com/Vinay352/Leetcode_Complete_Solution/blob/main/CreateBinaryTree_DFS_BFS.java

Feel free to share your thoughts and queries in the comments below. Let's delve into 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)