From e8fd1df48f839fba6411eb17ef2a51bb8cdf67ba Mon Sep 17 00:00:00 2001 From: Ishmeet-Singh-Saggu <40631164+Ishmeet-Singh-Saggu@users.noreply.github.com> Date: Sat, 27 Oct 2018 16:08:15 +0530 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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).