blob: e1d5551e1d9aa920098c50c2f6e54b29c0e8fff3 (
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 refresh exercise.
# Testing
For unit tests run:
``make test``
# Benchmarking
For running benchmars run:
``make bench``
|