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
I keep trying to submit my kata and I don't get past the 'attempt' section.
I've solved the kata, yet I am still getting a timeout error. When I click run examples my test passes in ~300ms. However, when I try to run my code against the full test suite it timesout. I don't know why though.
EDIT:
All of my tests are passing but it takes around 12200ms to run and times out. I tried refactoring but my code is running at the same speed.
@g964 any thoughts?