Comment by bufferoverflow
5 months ago
This test isn't stupid. If it can't count the number of letters in a text, can you rely on it with more important calculations?
5 months ago
This test isn't stupid. If it can't count the number of letters in a text, can you rely on it with more important calculations?
You can rely on it for anything that you can validate quickly. And it turns out, there are a lot of problems which are trivial to validate the solution to, but difficult to build the solution.
Coding is not one of those cases or edge cases wouldn't exists
Not on calculations that involve counting at a sub-token level. Otherwise, it depends.