Skip to content

ammarelbadry1/sorting_algorithms

Repository files navigation

Sorting Algorithms in C

This repository contains C implementations of popular sorting algorithms. These algorithms are fundamental in computer science and are often used for sorting data efficiently.

Implemented Algorithms

  1. Bubble Sort: 0-bubble_sort.c
  2. Insertion Sort: 1-insertion_sort.c
  3. Selection Sort: 2-selection_sort.c
  4. Quicksort: 3-quicksort.c

File Descriptions

  • bubble_sort.c: Implementation of the Bubble Sort algorithm.
  • insertion_sort.c: Implementation of the Insertion Sort algorithm.
  • selection_sort.c: Implementation of the Selection Sort algorithm.
  • quicksort.c: Implementation of the Quicksort algorithm.

About

Implementing sorting algorithms in C programming language.

Topics

Resources

Stars

Watchers

Forks