Dec. 23, 2009
6:01 p.m.
Levente Uzonyi <leves@...> writes:
what is TreeSet?
The common data structure to implement ordered sets. Which one do you use?
IMO ordered sets (where ordering means the same as in OrderedCollection) should be implemented with a hashtable of linked elements.
You're right. I confused ordered and sorted. --AA