Can you solve it? The Greplin programming challenge
11–20 of 167 posts
Re: Can you solve it? The Greplin programming challenge
#12Anybody else browsing by mobile try to do Level 1 by inspection?
Re: Can you solve it? The Greplin programming challenge
#13Anybody else browsing by mobile try to do Level 1 by inspection?
After doing the obvious brute force algorithm, the correct answer is not a real word. So you'll have a tough time getting it on your own
Re: Can you solve it? The Greplin programming challenge
#14Re: Can you solve it? The Greplin programming challenge
#15Re: Can you solve it? The Greplin programming challenge
#16Done, as usual with these things using Python feels like cheating.
Re: Can you solve it? The Greplin programming challenge
#17Earlier quoted context omitted.
After doing the obvious brute force algorithm, the correct answer is not a real word. So you'll have a tough time getting it on your own
Well, I was suggesting looking for symmetrical triads (or repeating characters) and then working outward. I'd say the eye is pretty good at picking out symmetries.
There's more efficient ways than doing every character, or groups of them... What constitutes a palindrome? What does that mean to simplify what we're doing?
Re: Can you solve it? The Greplin programming challenge
#18Re: Can you solve it? The Greplin programming challenge
#19Anybody else browsing by mobile try to do Level 1 by inspection?