di have noticed that many coders are sending AC solutions for same task just because they want to have the fastest solution ...
this is really stupid !!!
this is just training, it's not point to have the fastest solution !!!
@admin: it's better to count just first AC solution in "fastest solution" list !!!
aWell it's not best to count first AC as fastest solution because maybe I want to optimize my program, and then it won't get in fastest solution list.
Btw who cares about fastest solutions anyway? :)
It matters only if i code something in better complexity, but then usually it gets way better times...
dif you solved some task there is no point to optimize it, solve some other task ...
you solved this one !!! :D
"Btw who cares about fastest solutions anyway?"
1. hmmm ... mb many coders who submit like 100 times one task, just to get in fastest solution list ...
2. in new task rating, you will get points if you are in fastest solution list ...
aWell I do remember I've been trying to optimize my program even after it got AC, because i was curious how somebody could have so much better times than I... But yeah it's kind of absurd to have fastest solution list when somebody could resend somebody's code just after he solved the task, and then get in the top of the list of fastest submissions. On the other side, I like the fact I can look at other source code files, because I learn how have to do task easier, and see how other people think and code...
I really don't think that training part of this website should affect rankings in any way, but that's only my opinion... ;)
Mwhy not resubmit codes.like there is a task prave in which the time limit is 10sec(why?) and my program passed all test cases with the longest time being 0.7 but i have seen some people with times of 8-9n sec per test and then their code is not really effective so they should try and do it again
and also there are people whos max time is like 0.3 sec and then i wonder why cant i solve it in that time so i optimize the code
dWhen you are solving some task, point is to solve it, not to code the fastest solution.
It is OK to look at someone's code, but there is no point to code their idea !!!
Mwell how will u improve???and solving the task is ok but ofc it is also important to have a fast solution...like i can change the time limit for some tasks and then your solution wont pass cause its not good enough
dhow will I improve ? LoL !!! I will do some other task, and if I want I will look at fastest solution, just to see idea, but there is no point to code it !!! I will code that idea in some other task ...
every task is made to be done in some time limit, the author of that task set that time limit so he won't change it.
I don't say that time is not important, but the point is to solve task ...
Mok w/e imo its best to solve a task and then improve it as much as possible