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

https://github.com/the1riddle/sorting_algorithms


https://github.com/the1riddle/sorting_algorithms

bigonotation sorting-algorithms

Last synced: about 1 year ago
JSON representation

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)