-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME.txt
More file actions
31 lines (24 loc) · 918 Bytes
/
Copy pathREADME.txt
File metadata and controls
31 lines (24 loc) · 918 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Sorting Visualizer

*The gif above showcases the Bubble sort algorithm animation using JavaFX.*
## Description:
This project was made as a tool for visualizing sorting algorithms. This app allows users to
select between different sorting algorithms and view the sort in real time through animation. The
user has the option to change the size of the sorted array, as well as the speed of the sort to suit their needs. With a clean and easy to navigate GUI the user can learn about these sorting algorithms with ease.
## Available algorithms
- Bubble sort
- Heap sort
- Merge sort
- Selection sort
- Quicksort
### Known Bugs:
- None at this time :)
### Version/Requirements:
- Works with intellij and eclipse.
#### Team Name: Team Chaos (Group 13)
#### Team Members:
- Moussa Dastgheib (omh118)
- Wycliff Lumumba (zoz066)
- Khalid Farhoud (vxg648)
- Isabel Madrigal (jvb664)
- Alan Weikman (vrn320)