Experiments with sorting algorithms
The objective of this project is to analyze aspects of the performance of a computer system with the execution of sorting algorithms, applying the methodology of conducting experiments. Therefore, an experiment will be designed to find how the execution of a type of ordering algorithm, the input size and the computer system interact with each other and their level of impact on the performance of each of these factors.
Response variable:
- Execution time
Factors of study:
- Machine
- Input size
- Sorting algorithm(MergeSort, SelectionSort).