Skip to content

Exploring famous sorting algorithms by implementing them from scratch in C.

Notifications You must be signed in to change notification settings

naseem-shawarba/Sorting_Algorithms_Implementation

Repository files navigation

Sorting Algorithms Implementations

This repository contains various sorting algorithms implemented in C programming language.

Algorithms Included

  • AVL Tree Sort
  • Bogo Sort
  • Bubble Sort
  • Cock Tail Sort
  • Count Sort
  • Heap Sort
  • Insertion Sort
  • Merge Sort
  • Quick Sort
  • Radix Sort
  • Selection Sort

How to Compile and Run

Each sorting algorithm is contained in its own folder. Inside each folder, you will find a README file that explains how to compile and run the code.

About

Exploring famous sorting algorithms by implementing them from scratch in C.

Topics

Resources

Stars

Watchers

Forks

Languages