Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Day-19 q3: Letter Combinations of a Phone Number #418

Open
GargNikitaa opened this issue Jan 15, 2024 · 5 comments
Open

Day-19 q3: Letter Combinations of a Phone Number #418

GargNikitaa opened this issue Jan 15, 2024 · 5 comments
Assignees

Comments

@GargNikitaa
Copy link
Contributor

Letter Combinations of a Phone Number

Given a string containing digits from 2-9 inclusive, return all possible letter combinations that the number could represent. Return the answer in any order.

A mapping of digits to letters (just like on the telephone buttons) is given below. Note that 1 does not map to any letters.

Examples:

Input: digits = "23"
Output: ["ad","ae","af","bd","be","bf","cd","ce","cf"]

Input: digits = ""
Output: []

Input: digits = "2"
Output: ["a","b","c"]
@namita0210
Copy link
Contributor

namita0210 commented Jan 16, 2024

Please assign this issue to me - for a solution in java @GargNikitaa @karishma-2020

@Shubh-Krishna
Copy link
Contributor

please assign this question to me :) @bh-g

@Akansha77
Copy link
Contributor

Please assign this issue to me.

@Shubhra-Narang
Copy link
Contributor

Please assign this issue to me

@Tech-neophyte
Copy link
Contributor

Hi! Please assign for python solution.. @karishma-2020 @bh-g

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants