Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 233 Bytes

File metadata and controls

2 lines (2 loc) · 233 Bytes

basic-sorting-algorithms

This code consists of two classes: An array class to manipulate numbers, with 3 simple sorting algorithms: Bubble Sort, Insertion Sort, and Selection Sort. And the Program class that holds the main method.