You are on page 1of 1

Advanced Java Programming

Sorting Assignment
Concepts:
Bubble Sort
Quick Sort
Merge Sort
Spec:
Create a GUI that represents sorting
The GUI will have three buttons that will represent sorting methods
o Bubble
o Quick
o Merge
The GUI will have an area for the user to input 5 numbers to sort
o Store them in an array or arrayList
The GUI will have an area where each step of the sorting is displayed
o This can be one area where each time a step is completed it replaces
the line or several lines showing each step.
Submission:
.java files
Screenshot of output
Executable Jar File

You might also like