You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+12
Original file line number
Diff line number
Diff 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...)
0 commit comments