Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gitpaulo/data-structures-visualiser
🛠An extendable data structure & algorithm visualisation tool.
https://github.com/gitpaulo/data-structures-visualiser
algorithms animation data-structures tool visualiser
Last synced: 5 days ago
JSON representation
🛠An extendable data structure & algorithm visualisation tool.
- Host: GitHub
- URL: https://github.com/gitpaulo/data-structures-visualiser
- Owner: GitPaulo
- License: mit
- Created: 2019-02-09T23:34:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-07T14:49:26.000Z (4 months ago)
- Last Synced: 2024-07-07T16:13:31.315Z (4 months ago)
- Topics: algorithms, animation, data-structures, tool, visualiser
- Language: JavaScript
- Homepage:
- Size: 1.85 MB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Data Structures Visualiser
> **Notice:** Old code, not maintained.A desktop application made with [electronJS](https://github.com/electron/electron). Its goal is to display visualisations of data structures and their algorithms involved with manipulating the data stored. The app's structure has been designed to allow the addition of visualisation items easily.
## Implemented Visualisations
**Linear**
- Static Array
- Queue
- Stack**Non-Linear**
- Binary Tree
- Min-Heap
- Binary Search Tree
- Directed Graph## Adding New Visualisations
Visit [structures/datastructures/__example](structures/datastructures/__example)## Media
![](assets/repo-media/r1.gif)
![](assets/repo-media/r2.gif)