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.
As mentioned below, the description is still unclear on how to calculate the direction.
Sorry to bring this up, but the question is still confusing. When I look at the example:
[[5,2],[1,10],[3,3],[1]]
If we are discuss min/max why isn't[1]
West chosen? My guess is it has something to do withbut it is higher than the choices they could make from the other sets
but is not outliend above. akaeg the LOWEST score in that inner array.
Anyrate, not going to give this a go because I have no idea how you are trying to calculate that direction.Description :
Fixed tests added.
This comment is hidden because it contains spoiler information about the solution
Thanks for giving it a go
Ok, submit now. Thanks ;-)
i took it down but its back up again now, maybe thats why.
Still want to work out a better description, given the task is so simple.
Joe
OK, I see. I works a solution, but can not submit, perhaps CW doesn't work, I will try submit later ;-)
Sorry it probably is a bit confusing and long-winded, I'll will cut the description right back as a next adjustment. It's really very simple, the poachers will just always choose the lowest number available to them. Just a very easy example of one round of minimax strategy, this is meant for real beginners.
I don't know why [4,5,7,5,9] --> 4/10 and [5,6] --> 5/10
I guess:
I don't know, your story too long...