From 451101c7ae273e910255835ea329dd147f993351 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Sun, 27 Aug 2017 14:10:23 +0200 Subject: [PATCH] docs: add readme --- README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..acd82c8 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +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.