• Stars
    star
    142
  • Rank 258,495 (Top 6 %)
  • Language
    C++
  • License
    MIT License
  • Created over 4 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Visualizer for basic data structures and algorithms

AlgoSketch

Build License

Algorithm Showcase

Flood fill in 2D grid

Flood Fill

Pathfinding with BFS in 2D grid

BFS Pathfinder

Insertion Sort

Insertion Sort

Shell Sort

Shell Sort

Gnome Sort

Gnome Sort

Features

  • Custom sized array and 2D grid visualization
  • 5 sorting algorithms and 3 grid algorithms visualization
  • Control the speed of the algorithms
  • Pause and resume to check current status

Guide

Bugs

  • Speed is controlled by editing FPS, which causes UI lag
  • Larger data structures cause memory usage spike and lag

Missing Features

  • Custom graph creation
  • Tree like data structures
  • Graph and tree algorithms

UML

UML