Merge pull request #60 from real-phoenix/master

Added Free Resources for CP and Programming
pull/1/head
456477617264 2021-10-25 16:37:15 +01:00 committed by GitHub
commit ebea23113c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 0 deletions

View File

@ -93,3 +93,24 @@
8. [CP Algorithms](https://cp-algorithms.com/) - A collection of important algorithms written in C++.
9. [Atcoder](https://atcoder.jp/) - AtCoder is a programming contest site for anyone from beginners to experts.
10. [Clist.by](https://clist.by/) - Get updates of upcoming competetive programming contests.
11. [TopCoder](https://www.topcoder.com/) - All in one site for CP , ML/AI , Developement
12. [SPOJ](https://www.spoj.com/) - Beginner friendly website for CP
13. [HackerEarth] (https://www.hackerearth.com/) - Great free-site for Developement and Coding
14. [Codedrills] (https://codedrills.io/) - Best site for ACM-ICPC Mock Rounds (Indian Regionals and Prelims)
15. [USACO](https://usaco.guide/) - American Website for CP
## Mathematics and Programming
1. [ProjectEuler](https://projecteuler.net/about) - Best site for Maths Problems which are easily solved using programming.
2. [Erdos]-(https://erdos.sdslabs.co/) - IIT Roorkee's Maths Practice site.
3. [Maths-Stackexchange](https://math.stackexchange.com/) - Ask and Answer maths questions
4. [Mathometer] (http://mathometer.weebly.com/) - Maths Website from an IIT Bombay senior
5. [MathBlog] (https://www.mathblog.dk/) - Good Reading blog for Maths.
## Useful Codeforces Blogs
1. [C++Tricks](https://codeforces.com/blog/entry/15643) - Many Tricks are explained well.
2. [DSA](https://codeforces.com/blog/entry/13529) - Best blog for resources like Data Structures and Algorithms.
3. [Way-To-Practice-CP](https://codeforces.com/blog/entry/66909) - Guide to Improve Ratings
4. [YouTube-Tutorial-For-CP](https://codeforces.com/blog/entry/43578) - Nicee YT Tutorials
5. [Almost-all-Algo-and-Practice-Problems](https://codeforces.com/blog/entry/90912) - Best Blog to learn and practice simultaneously