Eseoghene-ODODO / sorting_algorithms

Sorting algorithms & Big O

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learning Objectives

  • At the end of this project, you are expected to be able to explain to anyone, without the help of Google:

General

  • 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

About

Sorting algorithms & Big O


Languages

Language:C 100.0%