D
db01092001
Hello,
I'm interested in the internal organization of CArray, especially the
execution time for the members, the operator respective:
Determines the use of [] in constant time (O(1))?
What about the members RemoveAt() and InsertAt()? Are they executed in
linear time (O(n), if n is the number of arrayelements)?
Thanks for clues,
David Brunner
I'm interested in the internal organization of CArray, especially the
execution time for the members, the operator respective:
Determines the use of [] in constant time (O(1))?
What about the members RemoveAt() and InsertAt()? Are they executed in
linear time (O(n), if n is the number of arrayelements)?
Thanks for clues,
David Brunner