@kuminin then how would you add the two strings if you don't parse them?
I'm guessing you're parsing the given two numbers and adding them together. What if the given string had a length of a million? It wouldn't be possible to just parse them and add them together.
Loading collection data...
@kuminin then how would you add the two strings if you don't parse them?
I'm guessing you're parsing the given two numbers and adding them together. What if the given string had a length of a million? It wouldn't be possible to just parse them and add them together.