Windows Application
Binary Search Tree Viewer
This application allows users to add, remove and clear nodes from a Binary search tree in a visual way, as well as visualize different traversal algorithms. This tool can help users to better understand its behavior and operations in an intuitive way.
The project was built using C# Windows Forms and SVGs to render the visual representation of the tree.