From 05a2b125af6ec8ffaad486673520aab27b6eda3a Mon Sep 17 00:00:00 2001 From: Chandan <141244019+chan9an@users.noreply.github.com> Date: Wed, 29 Oct 2025 10:59:11 +0530 Subject: [PATCH] Add USACO.guide to Competitive programming resources list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d84abe4c8..d7edbadb8 100644 --- a/README.md +++ b/README.md @@ -746,6 +746,7 @@ When learning CS, there are some useful sites you must know to get always inform - [WakaTime](https://wakatime.com) : leaderboards of coding metrics collected via editor plugins - [PrepBytes](https://mycode.prepbytes.com/competitive-coding/practice) : Topic and level wise proper arrange problems - [A2OJ Ladders](https://a2oj.com/Ladders.html) : Practice codeforces problems based on your proficiency and difficulty +- [USACO.guide](https://usaco.guide) : A structured, level-based training platform for competitive programming and Olympiads, centered around the USACO curriculum.
↥ Back To Top