This project compares the performance of various sorting algorithms implemented in C++. The performance is measured in terms of time complexity for different input sizes.
The following sorting algorithms are implemented:
- Bubble Sort
- Selection Sort
- Straight Sort
- Merge Sort
- Rekursif Quick Sort
Clone the repository to your local machine:
git clone https://github.com/rafli5131/compare-sort-algorithm.git
cd compare-sort-algorithm