refer http://www.cs.bell-labs.com/cm/cs/pearls/sol01.html Best Regards Ashish Goel "Think positive and find fuel in failure" +919985813081 +919966006652
On Thu, May 24, 2012 at 6:00 PM, Ashish Goel <[email protected]> wrote: > What is the purpose of these numbers, if the idea is to manage a free > pool, then probably 10-ary-tree is the solution. May be Tiger Tree Hash a > better answer where it is tree to say level 7 and then for rest three > digits it become hash table. This way, the chunks can be kept on different > machines too. > > Best Regards > Ashish Goel > "Think positive and find fuel in failure" > +919985813081 > +919966006652 > > > > On Thu, May 24, 2012 at 4:51 PM, Aman Raj <[email protected]> wrote: > >> array of bits? >> if the current integer is present set the bit if else make it zero, >> searching, insertion and deletion all in O(1) time. >> >> >> On Thu, May 24, 2012 at 4:15 PM, rishabh shukla < >> [email protected]> wrote: >> >>> Suggest a data structure for storing million trillion numbers >>> efficiently in very less space. Means space complexity should be as less as >>> possible >>> >>> -- >>> Rishabh Shukla >>> B.Tech Final Year >>> MNNIT Allahabad >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Algorithm Geeks" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]. >>> For more options, visit this group at >>> http://groups.google.com/group/algogeeks?hl=en. >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Algorithm Geeks" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/algogeeks?hl=en. >> > > -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.
