Releases: CEASLEY803/Arrays
Array Sorter
Sorting Application v1.0
Overview:
This sorting application is a console-based program that allows users to input a list of numbers, select a sorting algorithm, and display the sorted results. It implements three fundamental sorting algorithms:
Bubble Sort
Selection Sort
Insertion Sort
The purpose of this application is to demonstrate my understanding of sorting algorithms and proficiency in C++ programming.
Features:
User Input: Enter a custom list of integers separated by spaces.
Algorithm Selection: Choose between Bubble Sort, Selection Sort, or Insertion Sort.
Display Output: View the sorted list directly in the console.
Cross-Platform Compatibility: Source code can be compiled on any platform with a C++ compiler.
How to Use the Program:
Download the Executable
Click on the sorting.exe to launch it.
When prompted, enter the numbers you wish to sort, separated by spaces (e.g., 34 7 23 32 5 62).
Select Sorting Method:
When prompted, type the sorting method you want to use:
Bubble, Insertion Sort, or Select Sort. You can simply enter the first letter if you'd like, and case does not matter.
To exit, just press Enter after results are pasted.