Project name: Sorting Algorithms Simulator
Course: CS135 - Visual Programming
Author: Christian A. Bandibas (2019)
Summary:
A sorting algorithm simulator implemented in C# with a speed control feature. The app tackles 5 different sorting algorithms: (1) bubble sort, (2) selection sort, (3) insertion sort, (4) merge sort, and (5) quick sort.