Codeforces и Polygon могут быть недоступны в период с 23 мая, 7:00 (МСК) по 23 мая, 11:00 (МСК) в связи с проведением технических работ. ×

Блог пользователя yashrajkakkad

Автор yashrajkakkad, история, 4 года назад, По-английски

Problems in educational rounds are generally straightforward and I've found them helpful for practising a new concept. I wrote a little python script for myself which uses the CodeForces API to fetch problems across all educational rounds, sorted by the difficulty in chosen tags. (There's no way as far as I can see to do this on the platform itself)

I'm sharing it here in case someone finds it helpful: https://github.com/yashrajkakkad/cf-educational.

Sample output when tags='dsu':

1400 News Distribution https://www.codeforces.com/problemset/problem/1167/C

1700 Swaps in Permutation https://www.codeforces.com/problemset/problem/691/D

2000 Imbalanced Array https://www.codeforces.com/problemset/problem/817/D

2000 SUM and REPLACE https://www.codeforces.com/problemset/problem/920/F

2100 Connected Components? https://www.codeforces.com/problemset/problem/920/E

2100 Minimum spanning tree for each edge https://www.codeforces.com/problemset/problem/609/E

2100 Segment Tree https://www.codeforces.com/problemset/problem/1278/D

2300 0-1-Tree https://www.codeforces.com/problemset/problem/1156/D

2300 Dominant Indices https://www.codeforces.com/problemset/problem/1009/F

2300 Forbidden Indices https://www.codeforces.com/problemset/problem/873/F

2300 Lomsat gelral https://www.codeforces.com/problemset/problem/600/E

2300 Pursuit For Artifacts https://www.codeforces.com/problemset/problem/652/E

2400 GCD Counting https://www.codeforces.com/problemset/problem/990/G

2400 Session in BSU https://www.codeforces.com/problemset/problem/1027/F

2400 Special Segments of Permutation https://www.codeforces.com/problemset/problem/1156/E

2400 Vasya and Maximum Profit https://www.codeforces.com/problemset/problem/1107/G

2500 Binary Matrix https://www.codeforces.com/problemset/problem/884/E

2500 Imbalance Value of a Tree https://www.codeforces.com/problemset/problem/915/F

2600 Bipartite Checking https://www.codeforces.com/problemset/problem/813/F

2700 Distinctification https://www.codeforces.com/problemset/problem/1051/G

2700 Extending Set of Points https://www.codeforces.com/problemset/problem/1140/F

2800 Forced Online Queries Problem https://www.codeforces.com/problemset/problem/1217/F

2900 Shortest Path Queries https://www.codeforces.com/problemset/problem/938/G

2900 Visible Black Areas https://www.codeforces.com/problemset/problem/962/G

Полный текст и комментарии »

  • Проголосовать: нравится
  • +30
  • Проголосовать: не нравится