From dc71057e2bc6f24ed45bbdbef43d4e22b80e87d0 Mon Sep 17 00:00:00 2001 From: Kashish <97381200+KshshVrma@users.noreply.github.com> Date: Sun, 2 Oct 2022 00:02:26 +0530 Subject: [PATCH] Update README.md added CSES problem set and USACO training under Competitive Programming section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c38e913..ffa5a6e 100644 --- a/README.md +++ b/README.md @@ -141,10 +141,12 @@ Please read [`contributing guidelines`](./CONTRIBUTING.md) before submitting new - LeetCode : https://leetcode.com/ - GeeksForGeeks : https://www.geeksforgeeks.org/ - A2OJ ladder (Practice) : https://earthshakira.github.io/a2oj-clientside/server/Ladders.html + - CSES Problem set:https://cses.fi/problemset/list - Resources For Competitive Programming - CP Handbook (pdf) : https://cses.fi/book.pdf - CP Algorithms : https://cp-algorithms.com/ - Usaco Guide : https://usaco.guide/ + - Usaco Training : https://train.usaco.org - GeeksForGeeks : https://www.geeksforgeeks.org/competitive-programming-a-complete-guide/ , https://www.geeksforgeeks.org/data-structures/?ref=lbp , - CodeForces Edu : https://codeforces.com/edu/courses - C++ Tips and Tricks : https://codeforces.com/blog/entry/74684