Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

A collection of sorting algorithms implemented in C.

Notifications You must be signed in to change notification settings

B3zaleel/sorting_algorithms

Repository files navigation

Sorting Algorithms

Repo size Betty style Latest commit

This project contains the implementation of several sorting algorithms using C.

Implemented Algorithms
Bubble sort
Insertion sort
Selection sort
Quick sort
Shell sort
Cocktail shaker sort
Counting sort
Merge sort
Heap sort
Radix sort
Bitonic sort

About

A collection of sorting algorithms implemented in C.

Topics

Resources

Stars

Watchers

Forks