- It visualizes the three types of tree traversals in a tree data structure.They are:
- Inorder
- Preorder
- Postorder
- In this demo I used an example of a binary search tree traversal.
- Drop a pull request if you found a new feature ✨
- Don't forget to star ⭐ if you found this interesting.