We all know that debugging a Data Structure is a pain with our traditional debuggers. This library can be used to debug your Data Structures, by visualizing it on a canvas. With just 4 lines of code you can visualize your custom implementation of various Data Structures:
Currently implemented:
- Binary Tree: Avl Tree, Red Black Tree, Binary Search Tree
- N-ary Tree: BTree
To be implemented:
- B+ Tree
- Trie