Skip to content

🛠 An extendable data structure & algorithm visualisation tool.

License

Notifications You must be signed in to change notification settings

GitPaulo/data-structures-visualiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures Visualiser

Codacy Badge dependencies Status

A desktop application made with electron. Its goal is to display visualisations of data structures and their algorithms involved with manipulating the data stored. The structure of the app has been designed to easily allow the addition of visualisation items.

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