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 :)
Loading collection data...
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 :)