Description
Write a function to generate the generalized abbreviations of a word.
Note: The order of the output does not matter.
Example:
1 | Input: "word" |
Solution
1 | class Solution { |
Why don't you come to your senses?
Write a function to generate the generalized abbreviations of a word.
Note: The order of the output does not matter.
Example:
1 | Input: "word" |
1 | class Solution { |