Skip to content

Commit 2f121d8

Browse files
committed
Add information about writeup
1 parent 8313dda commit 2f121d8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# Writeup
2+
**Please do not use the (very small) graphs in the ```input``` directory for your evaluation - it is only there to show you how to use the graph data structure. Use the instances mentioned below.**
3+
4+
You have to submit a writeup of your task. You should follow this structure:
5+
* Abstract
6+
* Introduction
7+
* Implementation (Data structures, algorithms, maybe time and space complexity)
8+
* Experimental Evaluation
9+
* Experimental Setup (What exactly do you do in your experiments, what parameters do you chose, which graphs do you use)
10+
* Experiments (e.g. tables presenting your results, plots with quality over time. Carefully chose how to present your results - for example appropriate averaging, normalizing...)
11+
* Interpretation of your results(!)
12+
113
# Build:
214

315
```sh

0 commit comments

Comments
 (0)