https://github.com/the1riddle/sorting_algorithms
https://github.com/the1riddle/sorting_algorithms
bigonotation sorting-algorithms
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/the1riddle/sorting_algorithms
- Owner: the1Riddle
- Created: 2023-09-22T10:18:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-27T19:13:51.000Z (over 2 years ago)
- Last Synced: 2025-01-27T08:11:30.196Z (over 1 year ago)
- Topics: bigonotation, sorting-algorithms
- Language: C
- Homepage:
- Size: 36.1 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 0x1B. C.
This project is about Sorting algorithms & Big O in C
## General
Sorting Algorithm
- these are methods of arranging ellements of a list in a specific order
Big O || Big O notation
- This is the matric for determining the efficiency of an algorithm where it allows programmers to
estimate how long their code will run on different set of inputs as it increases or grows.
More
-------------------
- In this project Betty style is used for the codes
- The prototypes of all the functions are included in a header file called sort.h
## The AUTHORS
1. [Elvis Otieno](https://github.com/elvismalsa)
2. [Nigel Zenda](https://github.com/Heavenboi)