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)