An open API service indexing awesome lists of open source software.

https://github.com/symonmuchemi/sorting_algorithms

Different sorting algorithms.
https://github.com/symonmuchemi/sorting_algorithms

algorithms alx-software-engineering c datastructures

Last synced: about 1 year ago
JSON representation

Different sorting algorithms.

Awesome Lists containing this project

README

          

# 0x1B. C - Sorting algorithms & Big O

## Introduction

This repo is part of my software engineering course at [ALX](https://www.alxafrica.com/). 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