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.
- Host: GitHub
- URL: https://github.com/symonmuchemi/sorting_algorithms
- Owner: SymonMuchemi
- Created: 2024-01-22T00:19:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-04T21:26:19.000Z (over 2 years ago)
- Last Synced: 2025-02-16T08:42:50.741Z (over 1 year ago)
- Topics: algorithms, alx-software-engineering, c, datastructures
- Language: C
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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