Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

135 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VISUALIZER

  • This is my CS163 solo project that is used to visualize data structures.

Dependency

Demonstrate

Open the application

started

Choose one of those data structures, let example with AVL

avl

Init values

init

Press done to run

run

  • To move the script, right click on that script and move (right click again will lock it).
  • The same when you want to move the data_structures.

Press the gear in the bottom right of window

setting

  • The First is the background color
  • The second is the node background color
  • the third is the font color
  • the fourth is the edges color

custom

Features

Main features

  • Main menu
  • Option menu
  • Settings
  • Init from file (in saving folder)
  • Step by step
  • Code highlight
    • Hash table
    • AVL
    • 234 tree
    • Heap
    • Trie
    • graph

Data structures

  • AVL
    • Initial, init from file
    • Insert a value
    • Delete a value
    • Find a value
  • Trie
    • Initial, init from file
    • Insert a value
    • Delete a value
    • Find a value
  • Hash table
    • Initial, init from file
    • Insert a value
    • Delete a value
    • Find a value
  • Heap
    • Initial, init from file
    • Insert a value
    • Remove the largest/smallest value
    • Get the largest/smallest value
    • Get the size of heap
  • Graph
    • Init from matrix, file
    • Connected components
    • Minimum spanning tree
    • Dijkstra
  • 234 tree
    • Initial, init from file
    • Insert a value
    • Delete a value
    • Find a value

Documentation

About

CS163 project

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages