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 think we should add the note that "the food will be 3 characters long before AND after the bite marks." to the kata's description: @justintc23
Great kata! The only complaint I have is that there are test cases that don't take into account a standard 52-card deck in Texas Hold'Em. There were cases where two people had the same four of a kind, three of a kind, or full house which would be impossible with a 52 card deck. It's no biggie though I was able to change my logic to account for these cases. I had a ton of fun doing this and learned a lot of features of c# I hadn't previously familiarized myself with!
Here's a tip for those stuck on the "Triceratops is eating something" that should be "Something is eating something". When considering a case when food is "something", keep in mind that the food will be 3 characters long before AND after the bite marks. that's why it says "... ...". So whatever is in between the food will be the bite mark.