File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Solution/17. Letter Combinations of a Phone Number Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 1+
2+
3+ <!-- problem:start -->
4+
5+ # [ 17. Letter Combinations of a Phone Number] ( https://leetcode.com/problems/letter-combinations-of-a-phone-number )
6+
17---
28comments: true
39difficulty: Medium
4- edit_url : https://github.com/doocs/leetcode/edit/main/solution/0000-0099/0017.Letter%20Combinations%20of%20a%20Phone%20Number/README_EN.md
510tags:
611 - Hash Table
712 - String
813 - Backtracking
914---
1015
11- <!-- problem:start -->
12-
13- # [ 17. Letter Combinations of a Phone Number] ( https://leetcode.com/problems/letter-combinations-of-a-phone-number )
14-
15- [ 中文文档] ( /solution/0000-0099/0017.Letter%20Combinations%20of%20a%20Phone%20Number/README.md )
16-
1716## Description
1817
1918<!-- description:start -->
You can’t perform that action at this time.
0 commit comments