From aa8cacc21c734ae43fa833c78af7bb792a2a8a97 Mon Sep 17 00:00:00 2001 From: Ayush Kumar Singh Date: Tue, 23 Apr 2024 00:50:06 +0530 Subject: [PATCH 1/2] Update README.md Added a new problem classifier. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f25b81e..64e9ab9 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,7 @@ Choose a category (eg. DP) of interest and practice problems on that topic. | ★★☆ | [Juniors Training Sheet](https://goo.gl/unDETI), by [Mostafa Saad Ibrahim](https://sites.google.com/site/mostafasibrahim/) | ~800 ordered problems for newcomers to be good up to Div2-D | | ★★☆ | [Lucky貓的 UVA(ACM)園地 (Chinese)](http://luckycat.kshs.kh.edu.tw/) | UVa | | ★★☆ | [Topcoder problem archive](https://community.topcoder.com/tc?module=ProblemArchive) | List of problems with categories and complexity levels | +| ★★★ | [CP31 Sheet](http://www.tle-eliminators.com/cp-sheet) | 31 problems chosen from each level, ranging from 800 to 1600 | ### Contest Calendars > Calendars for impending programming contests. From 61a30bc019d548e8411de924770951b09670cf2e Mon Sep 17 00:00:00 2001 From: Ayush Kumar Singh Date: Mon, 22 Apr 2024 19:36:21 +0000 Subject: [PATCH 2/2] Add new problem classifiers --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64e9ab9..35b3ca7 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ Choose a category (eg. DP) of interest and practice problems on that topic. | ★★☆ | [Juniors Training Sheet](https://goo.gl/unDETI), by [Mostafa Saad Ibrahim](https://sites.google.com/site/mostafasibrahim/) | ~800 ordered problems for newcomers to be good up to Div2-D | | ★★☆ | [Lucky貓的 UVA(ACM)園地 (Chinese)](http://luckycat.kshs.kh.edu.tw/) | UVa | | ★★☆ | [Topcoder problem archive](https://community.topcoder.com/tc?module=ProblemArchive) | List of problems with categories and complexity levels | -| ★★★ | [CP31 Sheet](http://www.tle-eliminators.com/cp-sheet) | 31 problems chosen from each level, ranging from 800 to 1600 | +| ★★★ | [CP31 Sheet](http://www.tle-eliminators.com/cp-sheet) | 31 problems chosen from each level, ranging from 800 to 1600 level | ### Contest Calendars > Calendars for impending programming contests.