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 have written the code and tested it on my IDE with diagonal collisions, illegal number of ships, and illegal sizes. The sample tests worked but for the other two i always fail. Am I missing something?
(Im using Java 11)
I did the same thing but got a time-out error, so I figured my comde was inefficient.
How did you get it to work?