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.
Did a small correction (random int should include argument)
Java version is now adapted, too.
Sorry, I was referring to the Clojure translation. Didn't come around to adapt the Java version yet.
Doesn't appear as though anything has changed.
The random test generator should now correspond to the one from Kotlin
There's a variant of the boy scout rule that I generally apply to translations: it should be the same or an improvement on the original.
Ok, so working random tests are not enought? Does it really have to be a 1:1 translation?
Hi @waldmann42, there are a couple issues with this translation:
Output
generateDilationDelta
andrandomMap
functions). For example, I see that you completed the Kotlin translation of the kata. In that case, it would appear thegenerateDilationDelta
function is meant to mirror theshiftGen
function in the Kotlin translation, but the values being returned do not coincide with that of the original.Added a translation for Clojure. Please approve, thanks!
Published a translation for Java. Please review, thanks!
Suggestion: print out your input, and probably your output as well.
I code in JavaScript. 1 test failed on Attempt. But I don't see which one!!! It bothering!!!
And approved.
Don't worry it shuffles enough for the cases.
Approved
Loading more items...