Armin2208 / NumberSort

Simple implementation of three sort algorithms: BubbleSort, SelectionSort and InsertionSort.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NumberSort

Simple implementation of three sort algorithms: BubbleSort, SelectionSort and InsertionSort.

At beginning the program generates 30 random numbers in a array. After that the user can choose one of three sort algorithms, which will sort the numbers of the array from smallest to largest. The result of every pass shows in a text area.

Image

things used

Program was made in IntelliJ 2018.1 with Java 10 as a JBoss project.

About

Simple implementation of three sort algorithms: BubbleSort, SelectionSort and InsertionSort.

License:The Unlicense


Languages

Language:Java 100.0%