BST Visualizer

Here’s a Binary Search Tree (BST) Visualizer tool I made since I couldn’t find one online.

I’m taking an algorithms & data structures course and couldn’t find any tool to help me with some practices/assignments. For now you provide it with a pre-order and post-order traversal sequence of the tree and it will visualize it for you to help with your understanding.

I’m hoping to make more learning tools in the future

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.