Naive implementation of common algorithms, written for educational purposes only.
Go to file
Jan Christian Grünhage 9f847fe038 docs: update changelog
2017-08-27 17:27:52 +02:00
src feat: add insertionsort 2017-08-27 17:26:29 +02:00
.gitignore initial commit 2017-08-27 12:44:36 +02:00
Cargo.lock feat: add bubblesort 2017-08-27 13:27:35 +02:00
Cargo.toml initial commit 2017-08-27 12:44:36 +02:00
CHANGELOG.md docs: update changelog 2017-08-27 17:27:52 +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.