Skip to content

anmoluppal/DsVisual

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published