Re: [algogeeks] dictionary

2011-09-03 Thread Nitin
I think b-tree would help you... On Sat, Sep 3, 2011 at 9:47 AM, bharatkumar bagana < bagana.bharatku...@gmail.com> wrote: > WHY trie? any reason ? > Dictionary means not only to save efficiently and also we have to get back > in almost O(1) time .. I think Hash Table is best suited for this... O

Re: [algogeeks] dictionary

2011-09-02 Thread bharatkumar bagana
WHY trie? any reason ? Dictionary means not only to save efficiently and also we have to get back in almost O(1) time .. I think Hash Table is best suited for this... Or any way we have Dictionary Data Structure in Java.. On Fri, Sep 2, 2011 at 3:23 PM, Yuchen Liao wrote: > Trie is good, but I p

Re: [algogeeks] dictionary

2011-09-02 Thread sukran dhawan
what is inverted index ? On Sat, Sep 3, 2011 at 12:53 AM, Yuchen Liao wrote: > Trie is good, but I prefer inverted index. > > > On Fri, Sep 2, 2011 at 1:38 PM, somya mishra wrote: > >> trie >> >> >> On Sat, Sep 3, 2011 at 12:05 AM, sukran dhawan wrote: >> >>> trie data structure >>> >>> >>> On F

Re: [algogeeks] dictionary

2011-09-02 Thread Yuchen Liao
Trie is good, but I prefer inverted index. On Fri, Sep 2, 2011 at 1:38 PM, somya mishra wrote: > trie > > > On Sat, Sep 3, 2011 at 12:05 AM, sukran dhawan wrote: > >> trie data structure >> >> >> On Fri, Sep 2, 2011 at 11:21 PM, Aman Kumar wrote: >> >>> Hii >>> >>> Which data structures can be

Re: [algogeeks] dictionary

2011-09-02 Thread somya mishra
trie On Sat, Sep 3, 2011 at 12:05 AM, sukran dhawan wrote: > trie data structure > > > On Fri, Sep 2, 2011 at 11:21 PM, Aman Kumar wrote: > >> Hii >> >> Which data structures can be used for implementation for dictionary? >> >> which is best/good among them? >> >> provide good link for that. >>

Re: [algogeeks] dictionary

2011-09-02 Thread sukran dhawan
trie data structure On Fri, Sep 2, 2011 at 11:21 PM, Aman Kumar wrote: > Hii > > Which data structures can be used for implementation for dictionary? > > which is best/good among them? > > provide good link for that. > > -- > You received this message because you are subscribed to the Google Gro

[algogeeks] dictionary

2011-09-02 Thread Aman Kumar
Hii Which data structures can be used for implementation for dictionary? which is best/good among them? provide good link for that. -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to algogeeks@googlegroups