An open API service indexing awesome lists of open source software.

https://github.com/tecc/sorting-experiments

Some sorting experiments of mine
https://github.com/tecc/sorting-experiments

Last synced: 6 months ago
JSON representation

Some sorting experiments of mine

Awesome Lists containing this project

README

          

# 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]