mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Update README.md
This commit is contained in:
parent
5147c7efa9
commit
8188591236
@ -1,4 +1,4 @@
|
|||||||
## C++
|
# C++
|
||||||
|
|
||||||
This repository contains some useful algorithms and data structures.
|
This repository contains some useful algorithms and data structures.
|
||||||
|
|
||||||
@ -10,4 +10,4 @@ How you can contribute? See this small guide.
|
|||||||
* 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.
|
||||||
* Avoid **struct** uses instead the **class** keyword.
|
* Avoid **struct** uses instead the **class** keyword.
|
||||||
* Add some test cases in the main-function.
|
* Add some test cases in the main-function.
|
||||||
|
Loading…
Reference in New Issue
Block a user