Add files via upload

This commit is contained in:
Christian Bender 2017-12-27 13:47:42 +01:00 committed by GitHub
parent 8188591236
commit 476208fbd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@ This repository contains some useful algorithms and data structures.
How you can contribute? See this small guide. How you can contribute? See this small guide.
* Use the directory structure of the repository.
* Please describe your pull requests. * Please describe your pull requests.
* Don't use **bits/stdc++.h** because this is quite Linux specific and slow down the compiler process. * Don't use **bits/stdc++.h** because this is quite Linux specific and slow down the compiler process.
* Put in comments in your code. * Put in comments in your code.