Selection Sort - Java

By Solve Program

Selection Sort - Java

Java Programming
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


Selection Sort Method

This method is for sorting with selection sort mode and must returning a swap method with code of swap (first, min);


Swap Method

Swapping method with returning two integer for Seelection sort. It's must included in Selection Sort method


Main Method

This is a main method for accessing an array (inserting data, displaying data, and sorting data with bubble sort)