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.
lol. I tried strcmp(card, &deck[i]) the whole time and did not get what I was doing wrong. Solid Solution. :)
Maybe try regular expressions, they are quite powerful but not that easy to get the actual pattern right
It's a 3 kyu, it's intended to be difficult.
The task might be easier than you think, and building a parser for arithmetic expressions is not that difficult. But not trivial either :)
I cannot crack this I think. My only idea on how to solve this would be creating an automata that reads the strings, but it seems like such an overkill. Is this the right way to go however?
Does anybody have a vague and non spoiler suggestion for another direction to go for cracking this problem?