blob: 8dabab7ead7d39d1b5cee81493f1cc87891d4b30 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
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``
# TODO:
* HeapSort
* ElementarySet (linked list)
* Set with sorted linked list + Bianry Search
|