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.
a ready-to-go test-case in the editor would be nice.
hi, lately i stumble about weird validator errors thats stopping me from solving the puzzles -
this time its "not in my house - Expected: false, instead got: true" - i suppose my program is tested against the string given in the console output, which is really strange, since my code returns "false" !!
please check your tests, so we can finish the kata :-)
thank you. got it solved :-)
random bugs gives recipes with lots of cakes to bake - but expects zero cakes
Test says - no cake possible, although there could be made 3 :-(
recipe = {"flour":22,"nuts":44,"eggs":98} ;
available = {"flour":6700,"oil":3200,"milk":8900,"chocolate":8400,"apples":500,"crumbles":5800,"sugar":4300,"cocoa":8600,"butter":7900,"eggs":300,"cream":2000,"nuts":200,"pears":5500};
This comment is hidden because it contains spoiler information about the solution
passed all the tests and passed 6 out of 12 in trying to submit my result in javascript
cannot find the reason :-(
Expected result: The Despicable Raisin; Your result: The Despicable Raisin
?!
allright - got it by now.
my mistake :-)
i used javascript. if you like i will post my solution here.
where are the zeros in the random tests coming from? in my solution all the tests are passed - i used the same solution that i coded for the "Alternating Loops" kata, as well...
i cannot complete this kata allthough all the tests are passed. then something fails and my answer is not accepted. :-(