Update README.md

This commit is contained in:
Ishmeet-Singh-Saggu 2018-10-27 16:08:15 +05:30 committed by GitHub
parent 16e1bcdb52
commit e8fd1df48f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,4 +11,5 @@ 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.
* 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.
* Can suggest any change in present algorithms(if needed).