WasylF's blog

By WasylF, history, 6 years ago, translation, In English

I was wondering if codeforces community might be able to give me some advice.

I'm doing the second year of my master's degree and need to write diploma project. I have created CF-Predictor for the previous course project. I would be really happy if I could exceed it for more scientific direction. Unfortunately, I have no idea what should it be. Could you please give me any advice for developing CF-Predictor in the more scientific way. May you know any other service (not too easy & not too hard for diploma project) that could make codeforces better? :)

Thank in advance

  • Vote: I like it
  • +96
  • Vote: I do not like it

»
6 years ago, # |
  Vote: I like it +146 Vote: I do not like it

Tell if the contest is rated or not to everyone

»
6 years ago, # |
  Vote: I like it -46 Vote: I do not like it

A service which notifies when a friend submits a solution to a problem.

»
6 years ago, # |
  Vote: I like it +36 Vote: I do not like it
  1. A service that gives you the ability to customize the standings(by country specifically).

  2. Current and expected rank on the problem pages during the live contest.

»
6 years ago, # |
  Vote: I like it +26 Vote: I do not like it

I'd suggest looking at misof's Ph.D. thesis for inspiration.

»
6 years ago, # |
  Vote: I like it +9 Vote: I do not like it

there should be other filters also apart from friend's standings like by school, college and country as we have on hackerrank and codechef.

»
6 years ago, # |
  Vote: I like it +23 Vote: I do not like it

Virtual participation with ratings, could be a local extension to keep track of your performance and express it as some rating taking into account other participants(excluding those who virtual participated)

»
6 years ago, # |
  Vote: I like it -10 Vote: I do not like it

i don't know if this would be a good project.

build a testcase tester: lets say an author writes a solution to his problems and generates testcases. a solution would handle some tricky cases with if else statements, so running solution on generated testcase should hit those tricky cases lines in solution and generate a report.

this would help to check if testcases are good.