Re: [algogeeks] Re: In-memory dictionary

2011-07-30 Thread vaibhav agarwal
Storing length of the word in the dictionary will help in building On Mon, Jul 18, 2011 at 2:20 AM, Dumanshu duman...@gmail.com wrote: @Sagar: for 1 i need implementation of hash function please. for 2, any other suggestion? other than trie? because they are memory intensive. On Jul 18,

[algogeeks] Re: In-memory dictionary

2011-07-17 Thread Dumanshu
@Sagar: for 1 i need implementation of hash function please. for 2, any other suggestion? other than trie? because they are memory intensive. On Jul 18, 1:18 am, sagar pareek sagarpar...@gmail.com wrote: 1. you can use hash function with link list. 2. u can use trie with link list. On