Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/codewithmide/sorting_algorithms
- Owner: codewithmide
- Created: 2022-07-13T12:45:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-17T11:02:10.000Z (over 2 years ago)
- Last Synced: 2023-03-05T00:47:06.584Z (almost 2 years ago)
- Topics: big-o-notation, c, sorting-algorithms
- Language: C
- Homepage:
- Size: 60.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)