Skip to content

Commit 526d829

Browse files
authored
Update 0017-letter-combinations-of-a-phone-number.md
1 parent 0815ea2 commit 526d829

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dsa-solutions/lc-solutions/0000-0099/0017-letter-combinations-of-a-phone-number.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
id: Letter Combinations of a Phone Number
2+
id: letter-combinations-of-a-phone-number
33
title: Letter Combinations of a Phone Number (LeetCode)
4-
sidebar_label: 0017-Letter-Combinations-of-a-Phone-Number
4+
sidebar_label: 0017 Letter Combinations of a Phone Number
55
tags:
66
- Back Tracking
77
- Mapping
@@ -313,4 +313,4 @@ Here's a step-by-step algorithm for generating all possible letter combinations
313313
- Call the backtracking function with the initial index set to 0 and an empty string as the initial combination.
314314
- Return the list of combinations.
315315

316-
This algorithm ensures that all possible combinations are generated by exploring all valid paths through backtracking.
316+
This algorithm ensures that all possible combinations are generated by exploring all valid paths through backtracking.

0 commit comments

Comments
 (0)