Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
I always forget that objects can be accessed like arrays in JS and used the somewhat redundant Object.keys(pairs)[x] approach instead of pairs[x]
thanks, I've had a read though again and I think some parts are starting to click in terms of how a value might be more odd but I'm still not there. Trying to infer the intent of the spec isn't what I'm after from Kata's atm, perhaps it's one for a rainy day.
That said, time have a noise at those comments :-P
Kudos to the author for the continued involvement though, an I've certainly enjoyed some of your other Kata.
@SpandexTiger, I just solved it and I also found it hard to understand for a couple of hours. But reading some of the first comments from this kata (between Blind4Basics and Johan) should help you understand how to calculate the oddness (without those comments I wouldn't have been able to complete it xD).
It is one of the great underappreciated kata's. In time, these get Legendary status.
I wish that too. It was originally not even supposed to be a puzzle, but people kept perceiving it as such.
Can we let it be now? I'm not changing it anyway. It is what it is, and opinions are divided. Feel free to vote your conscience.
This comment is hidden because it contains spoiler information about the solution
I know it's supposed to be a puzzle but I wish it didn't just feel like a really bad spec.
wish I saw this before I spent an hour trying to decide if my math was wrong
actually had me scratching my head for a suprisingly long time especially considering the level, once it you get your head around the process though it's a neat little kata
for the memes!
oh nice, I so prefer the idea of using matches than splitting the string into words
and I saw it this morning in just one of my attempts
good
Loading more items...