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.
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
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.
Ohh… Yeah, that was the problem
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 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
Why use of regex here ?