kaustubhgupta / Hacktoberfest

This is for the information that the repository has been excluded by the Hacktoberfest team from the event. This was done to maintain the quality standards and promote good quality open source contributions.
MIT License
55 stars 277 forks source link

Added : Code for Key Pad Problem in Java #625

Closed ankit-95 closed 2 years ago

ankit-95 commented 2 years ago

Description

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.

Fixes: #623

Type of change

Please delete options that are not relevant

Checklist:

kaustubhgupta commented 2 years ago

Thanks for your contribution :)

ankit-95 commented 2 years ago

@kaustubhgupta Thanks for giving the opportunity to contribute.