SarthakKeshari / CPP-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 132 forks source link

Added Letter Combinations of a Phone Number #488

Closed ThejaswinS closed 2 years ago

ThejaswinS commented 2 years ago

Choose your form and fill it -

1. Form 1(C++ Solution contributors)


1) Form 1

Issue Id you have worked upon -

solved #479

Briefly explain your program logic -

used vector to store strings and update the resultant vector and compute every combination of letter available on each number in mobile phone.

Screenshots(Attach 2 screenshots of your own input and output) -

Attach here image image


Checklist:

Eg - If your code follow the below guidelines. Kindly change [] to [x]

All the conditions should be fulfilled for considering your code for merging -