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.
I am gettin this error in c :
Error: Return_Maximum_Product at random test #0
Expected: 1188000
Got: 1188000
and I will be honest I dont know how to fix it
did not understand your hint and have used AI
This comment is hidden because it contains spoiler information about the solution
That's an issue. Reraising as such.
Description should not specify sorting to determine the minimum. Don't encourage bad coding.
Specifying the transformation on the first value before telling solvers to return said first value is better description authoring.
approved
( Haskell )
random tests do not guarantee list length >= 3. update.
approved by someone
Object.keys
doesn't work on an iterable object ( well, it does, but it doesn't do what you want it to do ). You have to iterate it. Follow the link in the description and read up on the protocol.This question was already answered here.
This comment is hidden because it contains spoiler information about the solution
Not a kata issue. Closing.
ahh right ur clever
thanks, I've had a read though again and I think some parts are starting to click in terms of how a value might be more odd but I'm still not there. Trying to infer the intent of the spec isn't what I'm after from Kata's atm, perhaps it's one for a rainy day.
That said, time have a noise at those comments :-P
Kudos to the author for the continued involvement though, an I've certainly enjoyed some of your other Kata.
@SpandexTiger, I just solved it and I also found it hard to understand for a couple of hours. But reading some of the first comments from this kata (between Blind4Basics and Johan) should help you understand how to calculate the oddness (without those comments I wouldn't have been able to complete it xD).
It is one of the great underappreciated kata's. In time, these get Legendary status.
Loading more items...