How do problem setters decide the time limit for a question?

Revision en1, by w0rth_it, 2022-09-13 12:26:51

When I solve any problem, I just look at the constraints and figure out the time complexity the problem allows.

But, out of curiosity, how do problem setters decide how much time limit should be there?

  • Do they consider performances of languages other than C++?
  • How much difference can a time limit of 1 second and 2 seconds make?
Tags problem setter

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English w0rth_it 2022-09-13 12:26:51 400 Initial revision (published)