Naive implementation of common algorithms, written for educational purposes only.
Ir para arquivo
Jan Christian Grünhage 6f0ef241f5
the build was successful Detalhes
docs: update changelog
2017-09-16 00:05:25 +02:00
src feat: add insertionsort 2017-08-29 10:08:59 +02:00
.drone.yml chore: add ci 2017-09-15 23:57:52 +02:00
.gitignore initial commit 2017-08-27 12:44:36 +02:00
CHANGELOG.md docs: update changelog 2017-09-16 00:05:25 +02:00
Cargo.lock chore: bump version number 2017-08-29 10:13:55 +02:00
Cargo.toml docs: update changelog 2017-09-16 00:05:25 +02:00
LICENSE docs: add license 2017-08-27 13:32:43 +02:00
README.md docs: add build status to readme 2017-09-15 23:59:12 +02:00

README.md

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.

Build Status