Sorting Algorithms

Description

In this repository a collection of different types of sorting algorithms in C each with files describing their big O notation.

Prerequisites

  • gcc the GNU Compiler Collection is an optimizing compiler
  • valgrind is a programming tool for memory debugging, memory leak detection, and profiling.
  • betty is a C code checker written in Perl.
  • gdb the GNU Debugger is a portable debugger that works for many programming languages, including C and others.

Compile

build the binary

$ make build MAIN=<name of main file to build>
$ ./sorting

build the binary executed and delete

$ make run MAIN=<name of main file to run>

Algorithms

Authors ✒️

Adriana Echeverri - adri-er adri-er github stats
Juan David Avila - JuanDAC adri-er github stats