Skip to content

Commit 735c974

Browse files
iamAntimPalAntim-IWPIamShiwangi
committed
Update readme.md
Co-Authored-By: Antim-IWP <203163676+Antim-IWP@users.noreply.github.com> Co-Authored-By: Shiwangi Srivastava <174641070+IamShiwangi@users.noreply.github.com>
1 parent 3ba4d13 commit 735c974

File tree

1 file changed

+6
-7
lines changed
  • Solution/17. Letter Combinations of a Phone Number

1 file changed

+6
-7
lines changed

Solution/17. Letter Combinations of a Phone Number/readme.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
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
---
28
comments: true
39
difficulty: Medium
4-
edit_url: https://github.com/doocs/leetcode/edit/main/solution/0000-0099/0017.Letter%20Combinations%20of%20a%20Phone%20Number/README_EN.md
510
tags:
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 -->

0 commit comments

Comments
 (0)