Naive implementation of common algorithms, written for educational purposes only.
Go to file
2017-08-29 10:13:55 +02:00
src feat: add insertionsort 2017-08-29 10:08:59 +02:00
.gitignore initial commit 2017-08-27 12:44:36 +02:00
Cargo.lock chore: bump version number 2017-08-29 10:13:55 +02:00
Cargo.toml chore: bump version number 2017-08-29 10:13:55 +02:00
CHANGELOG.md docs: update changelog 2017-08-29 10:13:36 +02:00
LICENSE docs: add license 2017-08-27 13:32:43 +02:00
README.md docs: add readme 2017-08-27 14:10:23 +02:00

Just some sorting algorithm implementations as practice for an exam. If they are useful for you, feel free to use them, under the included license.