I’m about to store about 10-20.000 elements (MyType) in a collection. I would like to have some kind of order because I have to search for one or more elements quite often.
I’ve thought of a AVLTree which I am comfortable with. The problem is that I would like to enable multiple search and retrieve all successes in a list or something for future manipulations.
Pleased for all suggestions…
APe
I’ve thought of a AVLTree which I am comfortable with. The problem is that I would like to enable multiple search and retrieve all successes in a list or something for future manipulations.
Pleased for all suggestions…
APe