jakeob's blog

By jakeob, history, 7 hours ago, In English

I am wondering what multiplier is used when the time constraints change by 1s because I am really having trouble at least narrowing down the time complexity of the solution when the time constraints are not for 1 second for example: https://codeforces.me/problemset/problem/1732/C1 which has a time limit of 4 seconds. can I make a time complexity of N^2 work?

  • Vote: I like it
  • 0
  • Vote: I do not like it