Leetcode #408 Valid Word Abbreviation
This question is not too difficult, but be careful to consider a lot of edge cases.
Thought process:
Loop through abbr
If the character is a numeric value, keep track of the number (it can be 2 digits), also make sure that it is not a '0' value sinc...
michelletanpy.hashnode.dev1 min read