[Community Puzzle] Messed up mosaics

Thanks for the feedback!

1 Like

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 :slight_smile:

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 :slight_smile:
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.