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

Автор PAP, 11 лет назад, По-английски

Hi!
I think codeforces tutorials are not good in the time of publishing and in performance too
Many people will always wait a lot after each contest for the tutorial.
But when the tutorial comes out it's incomplete.
It'd be better if there was a template or something like that for tutorials.

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

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

Actually, I think topcoder has worked better in preparing tutorials!
A template is necessary for codeforces, too.

»
11 лет назад, # |
Rev. 2   Проголосовать: нравится 0 Проголосовать: не нравится

I don't agree with you about the time and performance but of course it'd be better if there was an constant model.

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

I think the tutorial should be written before the contest together with the problems,sometimes when the contests are over,the writters maybe lazy to add tutorial.

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

And what kind of template for tutorial do you keep in mind when writing this? TopCoder has templates because their editorials contain per-problem statistics (% of passed solutions, fastest solution time etc.) — these are easier generated automatically than gathered by the writer. Codeforces editorials don't have this information, so the only part which could be generated automatically is the headers with links to the problems — and this doesn't save the writer a lot of effort. Explanations of solutions can not be templatized.