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

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

Hello Codeforces. Can somebody tell me How do you approach a hard problem?,

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

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

Go to the top right and right-click.

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

Make simplifying observations about the problem, think of inefficient solutions because they might lead you to an efficient one, invent subtasks of the problem you should focus on, think about some small examples, think of what problems it reminds you of and name some techniques that might be relevant.

These are all things you can do when you're stuck.