Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 719 Bytes

File metadata and controls

8 lines (5 loc) · 719 Bytes

Sorting-Algorithm-Comparison

Screenshot 2024-05-01 at 5 07 06 PM

This project is designed to evaluate and compare the performance of five fundamental sorting algorithms: Selection Sort, Insertion Sort, Heap Sort, Merge Sort, and Quick Sort. The main goal is to analyze these algorithms based on the number of comparisons they make to sort an array of data and their time efficiency in milliseconds.

Comparisons: The total number of comparisons performed during the sorting process.

Time (Milliseconds): The total time taken to complete the sort, measured in milliseconds.