Add files via upload

This commit is contained in:
Christian Bender 2017-12-27 13:42:48 +01:00 committed by GitHub
parent 1aae2d3ff2
commit 5147c7efa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,13 @@
# C-Plus-Plus
All Algorithms implemented in C++
## C++
This repository contains some useful algorithms and data structures.
### Contribute
How you can contribute? See this small guide.
* 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.