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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

T9 program

  • 21-03-2006 6: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