
18 Mar
2004
18 Mar
'04
7:57 p.m.
David B. Held <dheld <at> codelogicconsulting.com> writes: [...]
In fact, any time you want to present a large list of
sorted data to a
user [...] Does that help?
Yes it does. But then I think we are talking about two different data structures here:
* Yours: A sorted container with ordinal-based access. * Peter's: A list-like container with ordinal-based access.
Am I right about this?
I can't speak for what David meant, but personally I meant an unsorted container, yes, essentially a container with the same interface (pretty much anyway) as that of vector combined with list. // Peter