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.
- Bubble Sort
- Selection Sort
- Insertion Sort
- Heap Sort
- Merge Sort
- Quick Sort