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