| Topic | Difficulty | Companies |
|---|---|---|
| Backtracking | HARD | Google |
Given a string, str , containing digits from 2 - 9 inclusive, write a program to return all the possible letter combinations that the number could represent.
Problem Note


Example
Input: "24"
Output: ["ag","ah","ai","bg","bh","bi","cg","ch","ci"]