tecc / sorting-experiments

Some sorting experiments of mine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sorting experiments

These are just some sorting algorithm experiments of mine.

Algorithms

  • Bubblesort (This is by someone else)
  • Bubblesort Plus (Optimised bubblesort, came up with this one myself; however, it's not original in the sense that I invented the optimisation first)

License

All of the code here is under the Unlicense, and in the public domain. Read more in [./LICENSE.txt]

About

Some sorting experiments of mine

License:The Unlicense


Languages

Language:C++ 89.9%Language:CMake 10.1%