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.
lol, i just changed the test code function name to f from fun. this is so cursed!
Good Find! Fixed.
typo in Java: celestailBodies in argument name should be celestialBodies (celestial instead of celestail)
Please use snake_case in Python, camelCase is hurting my eyes :(
'global word_list' is unnecessary in python. Able to access word_list without that line.
Fixed. Remember to hit RESET to see the updated code of example tests.
This comment is hidden because it contains spoiler information about the solution
lol, old school is the best school
I agree with you, however, this is a beginner-level exercise, so I believe that understanding the necessity of using a Map/Dictionary is part of the exercise. Just my perspective
fixed
Minor issue: for Python's initial solution (the generated code when you first start solving), you missed a colon after 'def gordon(a)' (should be 'def gordon(a):')
This comment is hidden because it contains spoiler information about the solution
no answer from OP
what does "is missing the function name" mean, could you be more precise ? is this about the sample tests or the full tests ?
One of the test cases in the test is missing the function name and therefore always returns false because the argument list and the result list are different
Loading more items...