BojanFaletic / sorting

Most common sorting algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Common sorting algorithms

This repo contains common sorting algorithms, they are implemented in header only. Tests are in test folder.

  • Building requires clang with c++20 support.
make && ./test

Implemented algorithms

  • Selection sort
  • Bubble sort
  • Insertion sort
  • Merge sort

About

Most common sorting algorithms


Languages

Language:C++ 97.4%Language:Makefile 2.6%