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.
really?
//
Took a while to make it in Java, but made it in JS in 1 min...
F# me!
How is the comparison with 1f different to comparing with 1. Thanks
I was happy with my solution until I see this one :)
I was wondering for a while why you use the straightCardDiff variable.
You use it to compare the first card, the one with the lowest value, with 4 later, the 5th one, the last of the hand. What you say is "if the first card, adding 4 to it, is of the same value as 4 cards later, then we have 5 consecutive cards".
👍
Simple and nice 👍
Fixed
whoa :slow-clap:
This solution does not follow the descriptions definition of word. for instance gamma_codex should be abbreviated g3a_c3x.
Fixed
Yes! Solution I was looking for! Didn't know about \b so habe been forced to make solution with StringTokenizer. So embarrassed.
The squareroot should be save into a variable, instead of being calculated twice.
Please fix this Kata
Omg didnt know about the String.valueOf !!
i have been searching for something like that .. thanks
Loading more items...