Haskell Quiz/Phone Number Words

From HaskellWiki
< Haskell Quiz
Revision as of 10:22, 13 January 2007 by Quale (talk | contribs) (+cat)
Jump to navigation Jump to search

1-800-THE-QUIZ (#20)

Many companies like to list their phone numbers using the letters printed on most telephones. This makes the number easier to remember for customers. A famous example being 1-800-PICK-UPS.

This week's quiz is to write a program that will show a user possible matches for a list of provided phone numbers.

The problem

Solutions