Given a number such as 2639 return all possible string permutations using the phone-keyboard on Problem 1069.
input = 78
output = {'pt';'pu';'pv';'qt';'qu';'qv';'rt';'ru';'rv';'st';'su';'sv'}
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers26
Suggested Problems
-
The Hitchhiker's Guide to MATLAB
3420 Solvers
-
Test if a Number is a Palindrome without using any String Operations
256 Solvers
-
Return the first and last characters of a character array
12318 Solvers
-
Calculate the Hamming distance between two strings
349 Solvers
-
345 Solvers
More from this Author92
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
This problem needs more test cases, and include the number 1 as well as complete phone numbers.
Test suite is updated with additional test cases.