Skip to content

Commit 5a73c7c

Browse files
committed
Update 0017-letter-combinations-of-a-phone-number.md
1 parent c75bd26 commit 5a73c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,4 +314,4 @@ Here's a step-by-step algorithm for generating all possible letter combinations
314314
- Call the backtracking function with the initial index set to 0 and an empty string as the initial combination.
315315
- Return the list of combinations.
316316

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

0 commit comments

Comments
 (0)