summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index 09d7305..eb5712e 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
Algorithms
==========
+# Introduction
+
This includes exercises from the Algorithms lecture.
How to set-up:
@@ -9,3 +11,15 @@ How to set-up:
2. Copy algorithms repo to $GOPATH/src/algorithms
Now you are set. We are not using this as a Go module yet.
+
+# Testing
+
+For unit tests run:
+
+``make test``
+
+# Benchmarking
+
+For running benchmars run:
+
+``make bench``