Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 424 Bytes

File metadata and controls

16 lines (13 loc) · 424 Bytes

Algorithm Visualizer

Preview

sorting

Driver code can be found in src/java/new_gui/Visualizer.java

Currently supports the following sorting algorithms

  1. Bubble Sort
  2. Insertion Sort
  3. Merge Sort
  4. Selection Sort.

To-do

  • Alter data size via GUI
  • Alter speed of animation/algorithm via GUI