using a binary tree container

bearophile bearophileHUGS at lycos.com
Fri Feb 11 04:05:16 PST 2011


Dominic Jones:

> I have a list of strings and I want to determine whether or not a particular
> string in the is in that list.

What about using:
size_t[sting] yourStringSet;

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list