From 3652bdae625baeaa75c96187c766e224a390d46a Mon Sep 17 00:00:00 2001 From: Het Patel <56436879+whohet@users.noreply.github.com> Date: Wed, 6 Oct 2021 19:24:14 +0530 Subject: [PATCH] Added codechef's & codedrills' problem set (#5956) * Added codechef's problem set A vast range of unique problems, some of which are also part of Indian ICPC Preliminary Rounds and Regionals Rounds. * Added codedrills' comeptitive problem set Codedrills is the platform responsible for Indian ICPC contests currently (from 2020-present). It has many original & pure algorithmic problems. --- more/problem-sets-competitive-programming.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/more/problem-sets-competitive-programming.md b/more/problem-sets-competitive-programming.md index 9e94ab41..1b0f6972 100644 --- a/more/problem-sets-competitive-programming.md +++ b/more/problem-sets-competitive-programming.md @@ -83,6 +83,8 @@ * [Anarchy Golf](http://golf.shinh.org) * [CareerCup](http://www.careercup.com) * [CheckIO](http://www.checkio.org) +* [Codechef](https://www.codechef.com/problems/school) +* [Codedrills](https://codedrills.io/competitive) * [Codeforces](http://codeforces.com/problemset) * [Codility](https://codility.com/programmers/) * [Coding Bat](http://codingbat.com/java)