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.
Can't stop getting timeouts for the c++ version.
I'm 99% sure it's not my fault because even when I immediately return std::string() from the function, I still timeout even though my function is doing absolutely no calculation. All the other tests pass perfectly fine and on my machine at home a 10k brainfuck source code computes in like 30 milliseconds
Simply returning an empty string immediately still times me out.
Really gave it your all, huh