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 fork including random tests and updating fixed tests to check for approximate equality.
Approved, thanks!
Approved
Prolog translation
JS fork, Chai assertions, random tests, approx equal for float comparison.
Approved
OP solved it, closing
This is just due to a lack of random tests, which is already an open issue
should handle solutions like this.
C#: method name should be
PascalCase
(Please refer to implementation of backward compatibility here )Ruby
main.rb:4:in `inspect': stack level too deep (SystemStackError)
Something is wrong with this kata. It throws the same error when solved in 3 different ways (recursion, creating a new array through a loop, converting to a string and back to an array using the eval method). At the same time, I cannot see on which test I have an error, since it does not open a single example except for 2 Sample Tests. Is this kata broken or does it just artificially forbid any solutions other than what the author has in mind?
Lol, it seems even after accounting for the annoyance of that circular structure, my edgy use of an eval string is causing a time fail anyway, rofl
The case is
10000 123 +
. The result seems obviousAccording to the algortihm 10000123+ should evaluate to 5 right? Am I missing something?
I cannot pass one test case in Python. How does 10000123+ evaluate to 10123? Can anyone help?
Loading more items...