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.
Scala translation
CoffeeScript translation
no random tests in ruby
This comment is hidden because it contains spoiler information about the solution
rust solution should return a
This comment is hidden because it contains spoiler information about the solution
Using haskell I get "Ambigous occurence minimum" erros.
This is likely because we're overwriting a builtin function here.
src/FindMaximumAndMinimumValuesOfAList.hs:5:22: error:
Ambiguous occurrence ‘minimum’
It could refer to
either ‘Prelude.minimum’,
imported from ‘Prelude’ at src/FindMaximumAndMinimumValuesOfAList.hs:1:8-41
COBOL translation (author is inactive).
Duplicate of The highest profit wins!
Possible duplicate of Collatz Conjecture Length
For Java translation, I'd suggest converting it into util class by adding
static
modifiers to the methods.The test cases should check if the array was modified.
I would never use a built-in name (min & max) for a function name. Ever.
But that's just me
This comment is hidden because it contains spoiler information about the solution
Loading more items...