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.
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.
What was the suggestion?
Thank you kindly.
This comment is hidden because it contains spoiler information about the solution
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?