From Programming Interviews Exposed:
A phone has up to four possible letters for each digit. Write a program to print out all possible words (not necessarily dictionary words). Do it recursively and iteratively.
In Python:
From Programming Interviews Exposed:
A phone has up to four possible letters for each digit. Write a program to print out all possible words (not necessarily dictionary words). Do it recursively and iteratively.
In Python:
Leave a comment -