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.
from the looks of what you are doing you need to use deepcopy as copy just creates a new list of references to the original object (if i read correctly) so your first nested for loop will overwrite everything in your ocean map. Btw this wouldn't be classed as an issue as I understand as it is a problem with your code and not the challenge itself :)
marking as resolved
Approved! the link worked this time
Hi, have been trying to access your translation but keep getting a server error when I click the link or try and access it through the language drop down box
this is explained in the second line of the task
fixed
fixed
should now be fixed
Java
still broken with nill class error, not sure what to try at this point
might be worth putting in the desciption specifically what the priority of terms should be - had to fudge priorities around until it worked using division first.
which language are you attempting?
Tried to access it that way and now I can see the summary of it but still get the same server error when i click on the title :( will try again later
Hi there, I've been trying to access your translation however codewars keeps throwing an error when i try and click on the link - I also cant seem to find the translation any other way - any ideas? could you try posting another link on this thread?
Good spot! - Ive updated the tests so no more collisions should occur
Loading more items...