mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-12 23:15:52 +08:00
Add files via upload
This commit is contained in:
15
README.md
15
README.md
@@ -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.
|
||||
Reference in New Issue
Block a user