Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 776 Bytes

File metadata and controls

7 lines (4 loc) · 776 Bytes

T9 spelling

The Latin alphabet contains 26 characters and telephones only have ten digits on the keypad. We would like to make it easier to write a message to your friend using a sequence of keypresses to indicate the desired characters. The letters are mapped onto the digits as shown below. To insert the character B for instance, the program would press 22. In order to insert two characters in sequence from the same key, the user must pause before pressing the key a second time. The space character ' ' should be printed to indicate a pause. For example, 2 2 indicates AA whereas 22 indicates B

example

More details: https://code.google.com/codejam/contest/351101/dashboard#s=p2