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.
Coffeescript & Javascript:
console.log
should be replaced with proper test messagesThis comment is hidden because it contains spoiler information about the solution
C Translation (author inactive).
The initial investment should not be fixed to
100
in all languages.(Fixed in Python)
no random tests (atleast in python)
Needs random tests.
It's not a good idea to quote crucial kata information from (non-reputable) external sites. What if the site goes down or something?
(There isn't that much information about what is a
bust
anyway, so no reason to just put it in the kata description)Node 18. (mocha + chai) should be enabled (Refer this and this for more info)
Ruby 3.0 should be enabled (Refer this & this for more detail)
This part "You can access the database as drunkenDoodling/drunken_doodling/DrunkenDoodling depending on your language."
Should be included in language solution frame, something like for JS :
function bob() {
// Use 'drunkenDoodling' dictionary for monster response
return;
}
Needs random tests.
The tests require
attack
to be a method while the examples in the description suggest that it's an attribute.Dictionary's name in Python should be in snake case.
Needs random tests
The Haskell version has several issues:
i * foldr magic 1 c
instead offoldr magic i c
, the latter is more common)xx.yy
, whereas the original JS variant uses only integersroundingSol
being used outside offorAll
The instructions aren't complete for Java. It isn't clear that you have to create your own dictionary for Java. Please provide the dictionary or improve the instructions.
Loading more items...