https://github.com/codewithsegnet/sorting_algorithms
Writing sorting algorithm that puts elements of a list into an order
https://github.com/codewithsegnet/sorting_algorithms
algorithm c
Last synced: 2 months ago
JSON representation
Writing sorting algorithm that puts elements of a list into an order
- Host: GitHub
- URL: https://github.com/codewithsegnet/sorting_algorithms
- Owner: CodewithSegNet
- Created: 2023-01-25T00:42:24.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T01:47:32.000Z (over 2 years ago)
- Last Synced: 2025-01-14T08:23:28.861Z (4 months ago)
- Topics: algorithm, c
- Language: C
- Homepage:
- Size: 7.81 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
* At least four different sorting algorithms
* What is the Big O notation, and how to evaluate the time complexity of an algorithm
* How to select the best sorting algorithm for a given input
* What is a stable sorting algorithm