/sorting_algorithms

Different sorting algorithms.

Primary LanguageC

0x1B. C - Sorting algorithms & Big O

Introduction

This repo is part of my software engineering course at ALX. In it, I have implemented various sorting algorithms such as:

  1. Bubble sort
  2. Insertion sort
  3. selection sort
  4. quick sort
  5. shell sort
  6. counting sort
  7. merge sort
  8. heap sort
  9. radix sort
  10. bitonic sort

Contribution

To make any changes to the code in this repository, feel free to make a pull request.

This is fun