Skip to content
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.

Latest commit

 

History

History
23 lines (18 loc) · 707 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 707 Bytes

Data Structures Visualiser

Notice: Old code, not maintained.

A desktop application made with electronJS. 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

Media