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.
Ruby: Expected: "13.333333333333334 is above freezing temperature", instead got: "13.333333333333332 is above freezing temperature"
I know it's a different language but did you ever solve this issue? I feel kind of cheated by the unrealistic expectation of the kata expecting so many decimal places.
Is it maybe my maths that's the issue?
(temperature - 32) / 1.8
and me -> be, as in:
has to me analized -> has to be analyzed
I figured this out save for the fact that unshackle was an implicit global function. I erroneously concluded that the tests were missing a variable declaration.
I see now that it actually says "already existing function" in the instructions. I suppose that is clear enough, so I cannot complain. But maybe more explicitly writing something like:
"This function needs to call an already existing function unshackle in the global-scope with the beast to release."
Anyway, nice kata!
Best Practises if your goal is to do a code golf hole in 1. Immediate dismissal if you're going to write maintainable code :)
Thanks. In all humbleness, I agree with you. :-)
I like this one best. Your "L?(RL)*R?" is elegant - better than the currently upvoted version: "(LR)*L?|(RL)*R?)", of which my solution is a variation.
This comment is hidden because it contains spoiler information about the solution
for JavaScript: "Expected: 13.333333333333334 is above freezing temperature, instead got: 13.333333333333332 is above freezing temperature"
thanks!
Kudos for clarity / readability!
Definitely.
I was going to ask about the "g" for '@', since there should only be one...
Habbits...
Why "i"? @ and . don't have upper-/lowercase versions.
This comment is hidden because it contains spoiler information about the solution
Loading more items...