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
Since other languages may not have an equivalent to Python's
Decimal
, I've updated the description to be a bit more language-agnostic for non-Python solutions by having the return type be a tuple of(whole, hundredths)
. This seems like a fair compromise that satisfies the precision for monetary values.Description is incomprehensible. Examples are not explanation by themselves. https://docs.codewars.com/authoring/guidelines/description
Why pentagram may be 5-10, if "penta" is 5? What does "5 is minimum" ever mean? Why initial value of pentagram power is 50? It is never explained? What is abbreviated by NOC? What is A-NOC?
User may mutate the input. https://docs.codewars.com/authoring/guidelines/submission-tests/#reference-solution
You run the same random test 100 times, instead of having 100 different random tests.
There are typos in the description, i.e. "Fox example", using word "number" instead of "digit".
[100111000, 101001000, 111001000, 000000000, 110000000, 101000000]
actuall results in 1203.11).The estimated difficulty seems off to me, this doesn't feel like a 5 kyu, rather a 6/7 kyu. Just my personal opinion though. I'd suggest lowering it
Give this Kata a more meaninfull name