arleybri18 / sorting

sorting algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

0x1B. C - Sorting algorithms & Big O

Description

What you should learn from this project:

  • 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

  • Write a function that sorts an array of integers in ascending order using the Quick sort algorithm

Author

About

sorting algorithm


Languages

Language:C 100.0%