Skip to content

Contains implementations of various sorting algorithms.

Notifications You must be signed in to change notification settings

Mosesbwire/sorting_algorithms

Repository files navigation

SORTING ALGORITHMS & BIG O

LEARNING OBJECTIVES

  • 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

ENVIRONMENT

OS: Ubuntu 20.04LTS

LANGUAGE: C

COMPLIE: gcc -Wall -Werror -Wextra -pedantic -std=gnu89 *.c

About

Contains implementations of various sorting algorithms.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages