b4nanacream's blog

By b4nanacream, history, 3 years ago, In English

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

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

| Write comment?
»
3 years ago, # |
  Vote: I like it +24 Vote: I do not like it

Go to the top right and right-click.

»
3 years ago, # |
  Vote: I like it +71 Vote: I do not like it

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.