Thanks for the feedback!
For me all test cases were succesfull but validator 5 failed.
The issue was that I was not handling a case with the wrong tile at the end of the row correctly. Maybe this will help someone else one day ![]()
You can send your code, I might try it and send back whatâs wrong.
Thanks for your offer! Like I mentioned I was able to figure it out, apparently validator 5 has a wrong tile at the end of the row and thereâs not case which has this. My code was not handling a wrong tile at the end of the row correctly.
I had some work to solve cases 6 and 7 but I finally did it, I loved this challenge!
This one seemed fun and intersting at first. But it didnât last long ![]()
I quickly faced an issue : all the tests passed, but one or two validators didnât. It was quite frustrating as I could only try hard by submiting successive refactoring to validators (and there is tempos and captchas to protect against spam submission, which is normal).
âFunâ thing : I could have 1/ every validator but â4-tiles pattern, alignedâ ou 2/ every validator but âWavy patternâ, by comenting/uncomenting a bloc in my python script.
Itâs a pity, it seems to me that this âeasyâ problem lacks some relevant tests in the IDE to code a correct solution.