This project analyzes the performance of common sorting algorithms using different metrics.
- Bubble Sort
- Insertion Sort
- Selection Sort
- Merge Sort
- Quick Sort
- Heap Sort
- Comparisons
- Swaps
- Execution Time
- Python
- NumPy
- Pandas
- Matplotlib
- Seaborn
pip install -r requirements.txt
python sorting_analysis.py



