P
Peter
Hi All,
I am looking for what may be a good data structure to use for
a given problem.
I have to randomly insert,delete and lookup some objects - all three
being equally probable. The number of objects is in the thousands. The
keys are non integers ( but I can probably hash them to integers if
need be).
To start with I have used a hash based approach. A lot of people where
I work use splay trees but I don't think that would be a good choice
in my situation
I am looking for any other suggestions.
Thanks,
Peter
I am looking for what may be a good data structure to use for
a given problem.
I have to randomly insert,delete and lookup some objects - all three
being equally probable. The number of objects is in the thousands. The
keys are non integers ( but I can probably hash them to integers if
need be).
To start with I have used a hash based approach. A lot of people where
I work use splay trees but I don't think that would be a good choice
in my situation
I am looking for any other suggestions.
Thanks,
Peter