[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: DataStructure for Storing SPD,SA Entries



hello,

from the analysis of various data structures (linked list, balanced BST, unbalanced BST, hash table, skip lists) for their search / insert / delete time, hash table is found best.
also it;s avg. search time is O(1) for any number of entries in it(ordered or random)....provided selected hash function ensures unique distribution of keys.

i havn;t explored tries data structure. if anybody knows some understandable link on it, plz tell. 

Regards,
Amey.