diff --git a/README.md b/README.md index e4ad41623..15704ffbf 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +* Add some test cases in the main-function. +* Can suggest any change in present algorithms(if needed).