5 ms·
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?
by bufferoverflow 2y 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?
- stnmtn 2y agoYou 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.
- 101008 2y agoCoding is not one of those cases or edge cases wouldn't exists
- TeMPOraL 2y agoNot on calculations that involve counting at a sub-token level. Otherwise, it depends.