Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

T9 program

Options
  • 21-03-2006 7:33pm
    #1
    Closed Accounts Posts: 751 ✭✭✭


    Hi guys just looking for a small bit of help.

    I have to make a T9 texting program, but I don't quite understand the concept behind it. At the moment i'm thinking of converting an inputted number to every possible permutation, outputting it to a file then cross checking it with my dictionary. Is this the right way to go about it?

    Thanks in advance.


Comments

  • Closed Accounts Posts: 146 ✭✭MrScruff


    Hi Sean,

    I did this in a data structures class in college (using binary trees I think)

    Anyway, the moral of the story is do it in memory, no need for the lag caused by writing to disk!


Advertisement