Skip to content

RomanJ55/Java-Sorting-Algo-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Java-Sorting-Algo-Visualizer

clone of my python-sortAlgo Visualizer: https://github.com/RomanJ55/SortingAlgoVisualizer

My first Java Project

  • learning Java by re-building my python project
  • using Swing for the GUI
  • exploring Interfaces and Enums
  • using Threading for the visualisations

Program supports:

  • Soring Algorithms:
    • bubble sort
    • merge sort
    • heap sort
    • quick sort
    • insertion sort
  • visualisation in real time

Start_screen merge heap