DEV Community

Mahima Singh
Mahima Singh

Posted on

#Day 6: Binary Tree Traversal

Hello there!

Today I studied about Binary Tree. Although it is the first time that I'm learning about a non linear data structure, I found these traversals quite interesting.
I did Preorder, Postorder and Inorder traversals- both in recursive and iterative way.

YouTube really makes things easier. The videos really helped me a lot.

Top comments (0)