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.
bruh i checked my solved soduko to online solvers and got the same result for every test
when i try to run my algo in here i get
Unspecified AssertionError
fun kata!
cool! have fun
i see now! thanks
The js fixture uses a format with
['boat',0,1]
for the example tests, but input is(alice, bob, word, first)
. Which means these four things: alice's memory, bob's memory, the given starter word, and the player to begin. Take note they each have ten words in their memory banks in these tests (all 4-letter words). alice can produce no word to alter the starter word, so bob gets a chance. his first word isboar
, so because he can alter the wordboat
he wins.how dafaq alice fails this i dont get it ?
test input:
['boat',0,1], // Alice fails first, Bob wins
output will be something like this:
winner : Alice
but the test assume Bob wins
but how ?
This comment is hidden because it contains spoiler information about the solution
good kata! thanks
this was fun !!!! thank you
good kata! thank you