Ad
  • Custom User Avatar

    This can't be right.
    The test response says '2S 3H 6H 7S 9C should equal KS AS TS QS JS'
    Why would a high card 9 equal a royal flush? It's not even backwards, which might make sense as a mistake, but rather 'equal,' which seems like the most wrong it could be.

  • Custom User Avatar

    What was the suggestion?

  • Custom User Avatar

    Thank you kindly.

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    Passing the tests but timing out on the actual attempt with python. (just using a stored list of visited nodes and checking back with each new node to see if the circle is joined)
    I want to be able to read up and come back to this one after I've learned about it rather than just look at other's solutions.
    I know there is likely a more efficient way. Can anyone tell me the search term I should be looking up to find the correct technique to make the code efficient enough to complete the kata?