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

Автор AyanoGod, история, 5 лет назад, По-английски

Is there any tool that fetches problems solved by a handle Rating-Wise? Like one has to input handle and rating and the tool will show up appropriate problems.

PS: Tried searching but didn't found one!!

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

»
5 лет назад, скрыть # |
 
Проголосовать: нравится +1 Проголосовать: не нравится

It's not a website, but you might be interested in TLE, which is a Discord bot that suggests problems based on rating and provides other statistics.

»
5 лет назад, скрыть # |
 
Проголосовать: нравится -6 Проголосовать: не нравится

You can solve problems with difficulty around 100 or 200 above your current rate. You can do that by setting the difficulty in problem set filter.

»
3 года назад, скрыть # |
 
Проголосовать: нравится +3 Проголосовать: не нравится

You can use the users.status method of Codeforces API to get all submissions of a particular user. After that, iterate through all the problems in that list and apply the condition that the verdict should be accepted and rating should be equal to the desired rating.

»
3 года назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

https://github.com/vd-coder/Codeforces-Solved-Problem-Analyser

You can try this, Implemented it for personal use

»
11 месяцев назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится