How to solve Leetcode 804. Unique Morse Code Words
Problem statement
International Morse Code defines a standard encoding where each letter is mapped to a series of dots and dashes, as follows:
'a' maps to ".-",
'b' maps to "-...",
'c' maps to "-.-.", and so on.
For convenience, the full table f...
nhutnguyen.hashnode.dev2 min read