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.
So there is way to actually solve this? Not search, but solve?
Basically, if the data pointer would ever leave the array/cause an indexing error, it instead wraps around to the opposite side. For example, if you have a data grid of width 5 and your x coord is 4, moving east would set x to 0 instead of 5.
I attempt but the network errors keep showing up for no reason. It's not timeout, it said network cannot process the request, and this problem only happen in this challenge. Please Help!
"This error was caused due to an issue processing the web request, not because of an issue executing your code. You can retry the request." I attempt before and I have error, so I fix my code, I pass all the sample test, but when I attempt, this network error show up everytime. Please help!
I didn't quite get the wrapping. I have try to point it back to the start/end of the row/col if it is out of range; however it didn't work! Did I understand the concept of wrapping wrong, or it is just my code that is wrong?
Approved.