SarthakKeshari / Java-Questions-and-Solutions

This repository aims to solve and create new problems from different spheres of coding. A path to help students to get access to solutions and discuss their doubts.
MIT License
46 stars 95 forks source link

Letter combination of a phone number #431

Closed omkarnayak closed 2 years ago

omkarnayak commented 2 years ago

Enter your question -

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.

Enter link to the question(if question belongs to any online platform) -

https://leetcode.com/problems/letter-combinations-of-a-phone-number/

Tags for the question(eg - Array, Basic, Stack, etc.) -

String

omkarnayak commented 2 years ago

@SarthakKeshari kindly assign this issue to me.

SarthakKeshari commented 2 years ago

@omkarnayak, This issue has already been addressed. Kindly go through the repo. It will be helpful while creating an issue.