Sorting Algorithm Project

Project Description

This project aims to implement four popular sorting algorithms in the C programming language. The algorithms to be implemented are:

  • Main Task
  1. Bubble Sort
  2. Merge Sort
  3. Quick Sort
  4. Insertion Sort
  • Advanced Task

Each sorting algorithm will be implemented as a separate C program, allowing for easy comparison and benchmarking of their performance.

Team Members