Darshan808 / Tree-Visualizer

Visualize data structures like Binary Tree, Heaps and BST with their traversal algorithms.
0 stars 1 forks source link

Add support for Graphs as well. #1

Open Darshan808 opened 1 month ago

Darshan808 commented 1 month ago

Currently the program only visualizes Trees and their traversal algorithms. I want graphs support to be added as well.