Naive implementation of common algorithms, written for educational purposes only.
Go to file
Jan Christian Grünhage cb03ff5125 feat: add insertionsort
2017-08-29 10:08:59 +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 feat: demo all algorithms 2017-08-29 10:08:42 +02:00
Cargo.toml feat: demo all algorithms 2017-08-29 10:08:42 +02:00
CHANGELOG.md docs: update changelog 2017-08-27 18:56:04 +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.