I solved it with a 19 instructions mouse. However, I am in doubt if this mouse is really worth setting up a new challenge with the usual restrictions ...
Out of curiosity, teebee, what is the success rate of your 19 instructions mouse?
I have one that could theoretically pass the tests once in two days, but I'm a bit reluctant about poundering the server.
harvestsnow wrote:Out of curiosity, teebee, what is the success rate of your 19 instructions mouse?
I have one that could theoretically pass the tests once in two days, but I'm a bit reluctant about poundering the server.
Did you take into account that there is a time penalty of 30s after 20 trials and one of 1h after 200? Nevertheless, my 19 instructions mouse has a success rate of (3/20)**5 ...
I have both mentioned solutions, I have submited the faster O(n) rather to O(n^2) solution.
It took me really long time to get rid of >. BTW: The O(n^2) solution does not fail on inputs with a repeated value while O(n) does (when prefix maximum is ambiguous).
harvestsnow wrote:Out of curiosity, teebee, what is the success rate of your 19 instructions mouse?
I have one that could theoretically pass the tests once in two days, but I'm a bit reluctant about poundering the server.
Did you take into account that there is a time penalty of 30s after 20 trials and one of 1h after 200? Nevertheless, my 19 instructions mouse has a success rate of (3/20)**5 ...
Do I understand the penalty system well that (3/20)^5 solution ... which has expected number of attempts roughly 13170 would gain expected 12970 hours of penalties so roughly 1.5 years of penalties?
OK, I have tested the 19 instructin (3/20)^5 solution on already solved levels and it worked well ... but on current challenge ... I got the penalties and now I am already on 1 per hour attempt ... and the penalty is after 250 attempts.
Do you know about penalties obtained after 2000 attempts?
Maybe this is why there are only 3 lucky solvers out of 25.