Michael Van Canneyt wrote: > Ehm. > What has adding/searching to do with sorting ? Adding: keep the list sorted. Searching: ability to use binary search instead of linear. Micha