[algogeeks] Re: Implementing T9

2007-11-14 Thread Varun S V
TRIE data structure!! On Nov 14, 2007 12:11 PM, srinivas r [EMAIL PROTECTED] wrote: how to implement t9 dictionary... wat data structure ca be used? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Algorithm

[algogeeks] Re: Implementing T9

2007-11-14 Thread vkc
you can also try a suffix tree made for those strings which are already present in t9. On Nov 14, 12:32 am, Varun S V [EMAIL PROTECTED] wrote: TRIE data structure!! On Nov 14, 2007 12:11 PM, srinivas r [EMAIL PROTECTED] wrote: how to implement t9 dictionary... wat data