From 476208fbd32e1068db59c4db6e490ac6e0333b0b Mon Sep 17 00:00:00 2001 From: Christian Bender Date: Wed, 27 Dec 2017 13:47:42 +0100 Subject: [PATCH] Add files via upload --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e14ec26f..e4ad41623 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,9 @@ This repository contains some useful algorithms and data structures. How you can contribute? See this small guide. +* Use the directory structure of the repository. * Please describe your pull requests. * Don't use **bits/stdc++.h** because this is quite Linux specific and slow down the compiler process. * Put in comments in your code. * Avoid **struct** uses instead the **class** keyword. -* Add some test cases in the main-function. +* Add some test cases in the main-function. \ No newline at end of file