diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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`` |
