Bubble Sort - Java
 |
Java Programming
|
HighArray Class for Making and Inserting Value of Data
This array is including integer only
Display Method
This method is for displaying data from array
BubbleSort Method
This method is for sorting with bubble sort mode and must returning a swap method with code of swap (i, i + 1);
PrintNumber Method
This method is for print/output a process of bubble sort
Swap Method
Swapping method with returning two integer for bubble sort. It's must included at BubbleSort method
Main Method
This is a main method for accessing an array (inserting data, displaying data, and sorting data with bubble sort)