Merge pull request #121 from khanna98/master

Typo fix in README.md
This commit is contained in:
Ashwek Swamy
2019-02-09 13:36:41 +05:30
committed by GitHub

View File

@@ -8,7 +8,7 @@ How you can contribute? See this small guide.
* Use the directory structure of the repository.
* 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.
* Don't use **bits/stdc++.h** because this is quite Linux specific and slows down the compiler process.
* Put comments in your code.
* Avoid **struct**. Instead use the **class** keyword.
* Add some test cases in the main-function.