blob: 985397fd9b05ad84481920ae0a60c945566ff296 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Algorithms
==========
# Introduction
This includes exercises from the Algorithms lecture. Well, this is just a refresher exercise.
# Testing
For unit tests run:
``make test``
# Benchmarking
For running benchmars run:
``make bench``
|