[Community Puzzle] Where's Wally

Coding Games and Programming Challenges to Code Better

Send your feedback or ask for help here!

Created by @baboulaf,validated by @Westicles,@darkhorse64 and @Quick_Kick.
If you have any issues, feel free to ping them.

Hi! Thanks for the fun challenge :slight_smile:
I managed to do 100% on validators even though I don’t pass the “Hidden in the crowd” test!
[nope]

I’m having problems with validator 1. I tried solving it in both Java and C++. No idea of what could be wrong. Anyone else having issues with it? @baboulaf

Are you sure that you are checking every valid position? You might have an off-by-one error.

2 Likes

Debug it here: Coding Games and Programming Challenges to Code Better

4 Likes

Ohh… Yeah, that was the problem :sweat_smile:

Got 100% on all Tests and on all validators except the first one. Any hint?

Edit: Nevermind. Tested this with wally all the way to the right and had an error in my loop condition :slight_smile: Seems that Wally is all the way to the right in validator 1

Yes. Had a problem with test #1 and made the same conclusion :slight_smile:

Why use of regex here ?