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.
Haskell translation
This kata is a subject to deduplication process here: https://github.com/codewars/content-issues/issues/208.
Please join the discussion to help us identify duplicate kata and retire them.
Duplicate.
I would suggest making the description slightly more clear for the currency rate conversion, based on my first read through it I had assumed that the EUR was the more valuable one. Also for the sake of cleanliness, rounding down the conversation rate to something with 3 or four decimal places might be appropriate. For example, instead of "1.1363636", you could use "1.17" or "1.136".
Very well done kata overall though, I think this is a great example of a challenge that creates an interesting realistic scenario. Many of the newer katas frequently have an overly abstract process to try to be unqiue and that can make it less enjoyable to solve. I have a feeling this one will end up becoming quite popular.
description style doesn't make any sense. Coming from the tests:
how am I supposed to understand from where comes the inversion???
https://www.codewars.com/kata/reviews/5c7572eb2008c80001a5f266/groups/5c757fb801e1f40001b84da2
The description is misleading.
Random tests do not make any assertions, so returning anything passes them.
But what about the trailing zeroes? Should
26.4
be$26.4
or$26.40
?Sample tests are completely different from the actual tests.
Python 3 is not enabled.