patrickTumulty / AlgoFX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AlgoFX

Algorithm visualization app written using JavaFX. Currently, the app features a visualization for various array sorting algorithms. The plan is to add more visualizations for different algorithms and data structures in the future.

Sorting

  • Bubble Sort
  • Selection Sort
  • Insertion Sort
  • Heap Sort
  • Merge Sort
  • Quick Sort

About


Languages

Language:Java 92.7%Language:CSS 7.3%