Valeryio / sorting_algorithms

Set of sorting algorithms that I learned!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C - Sorting algorithms & Big O

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

Student

Linson DMT

About

Set of sorting algorithms that I learned!


Languages

Language:C 100.0%