geekskick / bubblesort

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bubblesort vs quicksort vs mergesort

I did this as a kata of sorts - to get in the zone with TDD techniques and using tools. I also have been learning Java and wanted to use it for something.

speed graph

Prerequisites

  • maven
  • java 8
  • c++11
  • cmake
  • conan

Build and run bubblesort benchmark

mkdir build && cd build
conan install ..
cmake ..
make test
make graph

About


Languages

Language:C++ 52.7%Language:CMake 25.4%Language:Java 21.9%