Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 426 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 426 Bytes

DsVisual

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