[Community Puzzle] Flip The Sign

https://www.codingame.com/training/easy/flip-the-sign

Send your feedback or ask for help here!

Created by @Q12,validated by @Djoums,@LastRick and @Sinek.
If you have any issues, feel free to ping them.

Test 6 (and probably Validator 6) exceed constraints for this puzzle 2 ≤ height ≤ 10, 2 ≤ width ≤ 10. Be prepared for height & width up to 100.

2 Likes

Fixed, the max is 90/60 it’s not that bad.

1 Like

I’m stuck here.
I already passed the tests, but I’m failing in the validators 2 and 6.

Is there any reason how these are different?

OK, I guess I had to stop the search as soon as it was clear the the sequence wasn’t correct.
I guess I was getting a timeout.