Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anshuthopsee/binary-tree-visualizer

A simple tool, to visualize, Binary Tree and Heap data structures. Made with vanilla JS.
https://github.com/anshuthopsee/binary-tree-visualizer

binary-search-tree binary-tree binary-tree-visualization binary-tree-visualizer data-structures dsa heap maxheap minheap visualization

Last synced: about 12 hours ago
JSON representation

A simple tool, to visualize, Binary Tree and Heap data structures. Made with vanilla JS.

Awesome Lists containing this project

README

        

# binary-tree-visualizer

A tool to visualize Binary-Tree and Heap (Min Heap/Max Heap) data structures made with vanilla JS.

I came across University of San Francisco's Min Heap visualization tool ([link](https://www.cs.usfca.edu/~galles/visualization/Heap.html)) and thought it would be an interesting tool to try and replicate.

## Site link
### https://anshuthopsee.github.io/binary-tree-visualizer/