From 9dec8b65472702a0575a51d3abda93ed3716fa3e Mon Sep 17 00:00:00 2001 From: cultwizard Date: Tue, 28 Oct 2025 14:08:45 +0530 Subject: [PATCH 1/2] Added new coding practice website for beginners --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d84abe4c8..0b82c15ec 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,8 @@ When learning CS, there are some useful sites you must know to get always inform - [Oh Shit, Git!?!](https://ohshitgit.com/) : Cheat sheet to get yourself out of bad git situations - [The Odin Project](https://www.theodinproject.com/home) : The Odin Project provides a free open source coding curriculum that can be taken entirely online. - [Udemy](https://www.udemy.com/) : Whether you want to learn or to share what you know, you’ve come to the right place. As a global destination for online learning, we connect people through knowledge. +- [USACO Guide](https://usaco.guide/): A free collection of curated, high-quality resources +to take you from Bronze to Platinum and beyond. - [Scaler](https://www.scaler.com/topics/) : A curated interactive space for aspiring programmers to learn and master their coding skills. Also help in job interview. - [SQL Zoo](https://sqlzoo.net/wiki/SQL_Tutorial) : Learn SQL interactively in stages, from basic queries to complex operations. - [SQLTest.online](https://sqltest.online) : Boost Your SQL Proficiency with Challenging Problems. From 6a197a4c90a876748132a9f95ec18ec8d6dcb7d2 Mon Sep 17 00:00:00 2001 From: cultwizard Date: Tue, 28 Oct 2025 14:51:25 +0530 Subject: [PATCH 2/2] new competitive programming resource added --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b82c15ec..5ae30e3e0 100644 --- a/README.md +++ b/README.md @@ -137,8 +137,6 @@ When learning CS, there are some useful sites you must know to get always inform - [Oh Shit, Git!?!](https://ohshitgit.com/) : Cheat sheet to get yourself out of bad git situations - [The Odin Project](https://www.theodinproject.com/home) : The Odin Project provides a free open source coding curriculum that can be taken entirely online. - [Udemy](https://www.udemy.com/) : Whether you want to learn or to share what you know, you’ve come to the right place. As a global destination for online learning, we connect people through knowledge. -- [USACO Guide](https://usaco.guide/): A free collection of curated, high-quality resources -to take you from Bronze to Platinum and beyond. - [Scaler](https://www.scaler.com/topics/) : A curated interactive space for aspiring programmers to learn and master their coding skills. Also help in job interview. - [SQL Zoo](https://sqlzoo.net/wiki/SQL_Tutorial) : Learn SQL interactively in stages, from basic queries to complex operations. - [SQLTest.online](https://sqltest.online) : Boost Your SQL Proficiency with Challenging Problems. @@ -725,6 +723,7 @@ to take you from Bronze to Platinum and beyond. ## ⚔️ Competitive programming - [Topic Wise Problem For Competitive Programmer](https://a2oj.com/categories) : Topic wise Practise Problem - [Advent of Code](https://adventofcode.com) : An Advent calendar of small programming puzzles +- [Algorithms for competitive programming](https://cp-algorithms.com/index.html) : The goal of this project is to translate the wonderful resource https://e-maxx.ru/algo which provides descriptions of many algorithms and data structures especially popular in field of competitive programming. - [Archived Problems - Project Euler](https://projecteuler.net/archives) : Problems Archives - [Art of Problem Solving](https://artofproblemsolving.com) : Is math class too easy for you? You've come to the right place! - [AtCoder](https://atcoder.jp/) : One of the best places to build competitive programming skills for beginners to experts.