Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/codewithmide/sorting_algorithms

Sorting algorithms & Big O notation using C
https://github.com/codewithmide/sorting_algorithms

big-o-notation c sorting-algorithms

Last synced: about 2 months ago
JSON representation

Sorting algorithms & Big O notation using C

Awesome Lists containing this project

README

        

# C - Sorting Algorithms

## Resources:books:

Read or watch:
* [Sorting algorithm](https://intranet.hbtn.io/rltoken/TyLhe3SsFhs8YcOThiEOJg)
* [Big O notation](https://intranet.hbtn.io/rltoken/Ht8M9cKTuZCtQ31-O9dn5g)
* [Sorting algorithms animations](https://intranet.hbtn.io/rltoken/TWpoWJ-ypvfrAdv3y1HI_g)

---

## Learning Objectives:bulb:

What you should learn from this project:

* How Heap Sort works
* How Radix Sort works
* The Big O of the best, average, and worst cases for Heap Sort
* The Big O of the best, average, and worst cases for Radix Sort

---

## Author

* **OLUMIDE MICHEAL** - [codewithmide](github.com/codewithmide)