Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 350 Bytes

File metadata and controls

6 lines (5 loc) · 350 Bytes

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.