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 can't remove v8 for some reason, but I'm not intending to support it so I've notated that v10+ should be used
Resolved
This needs more upvotes. Awesome solution!
LOL
Okay I took it too literally I think. Seems obvious now haha thank you.
This comment is hidden because it contains spoiler information about the solution
O_o whut
Thank you for the reply, you were exactly right!
This comment is hidden because it contains spoiler information about the solution
Broken for C#. Your input is:
EAST
SOUTH
NORTH
SOUTH
SOUTH
NORTH
NORTH
SOUTH
SOUTH
EAST
NORTH
EAST
EAST
NORTH
EAST
And you give me an error saying:
Strings differ at index 0.
Expected: "NORTH"
But was: "EAST"
There are no "WEST" directions in the input, so the first result should be "EAST", as that is the first item in your input array.
The random tests seem to still be identical, but you fixed the integer value for the King Position so I was able to pass it
For C#, your random tests appear to be broken. All of them have the following input: "Knight Position: 6,G and King Position: 7,7", (King position has an integer value for the second coordinate).
Awesome, thanks for maintaining this! It was good LINQ practice
You need to change the input parameter of lineup_students to be a string, not a string array. You are NOT passing in an array to the function, so people are set up to fail unless they notice and change this.
Five of a kind? :P