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

72 Solutions

25 Solvers

Last Solution submitted on May 26, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...

Problem Recent Solvers25

Suggested Problems

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!