updated general coding advise

How to begin with competitive programming
This commit is contained in:
kushank1207
2021-10-02 13:10:47 +05:30
parent ebd3aa6dfc
commit b4ffbec3eb

View File

@@ -162,6 +162,7 @@ When learning CS, there are some useful sites you must know to get always inform
</div>
## 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.