This repository contains a C++ project that uses 100 randomized alphanumeric data points to test and compare different algorithms. It implements five sorting methods (Selection, Merge, Insertion, Bubble, and Quick Sort) and three searching methods (Binary, Linear, and Interpolation Search).
- Bubble Sort
- Selection Sort
- Insertion Sort
- Quick Sort
- Merge Sort
- Linear Search
- Binary Search
- Interpolation Search
Clone the repository:
git clone [https://github.com/L-vy/algopro-final-project.git](https://github.com/L-vy/algopro-final-project.git)