From b4ffbec3ebd100a3b4758fc5eed75aafcec2b13e Mon Sep 17 00:00:00 2001 From: kushank1207 Date: Sat, 2 Oct 2021 13:10:47 +0530 Subject: [PATCH] updated general coding advise How to begin with competitive programming --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eadbb383..6c4c22e0 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,7 @@ When learning CS, there are some useful sites you must know to get always inform ## General Coding advice +- [How to Begin With Competitive Programming](https://www.geeksforgeeks.org/how-to-begin-with-competitive-programming/) - [10-ways-to-be-a-better-developer](https://stephenhaunts.files.wordpress.com/2014/04/10-ways-to-be-a-better-developer.png) : Ways to become a better dev! - [Code Review Best Practices](https://www.kevinlondon.com/2015/05/05/code-review-best-practices.html) : Kevin London's blog - [Design Patterns](https://sourcemaking.com/design_patterns) : Design Patterns explained in detail with examples.