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
- Host: GitHub
- URL: https://github.com/tecc/sorting-experiments
- Owner: tecc
- License: unlicense
- Created: 2021-07-01T17:42:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-14T23:23:05.000Z (over 3 years ago)
- Last Synced: 2025-03-23T03:32:54.498Z (10 months ago)
- Language: C++
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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]