[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: "time complexity"



Hi

I guess it depends upon the algorithm you are using too, unless you are
calculating time complexity of storage and retrieval itself.

I would like to know result of your experiment. My initial guess is that they
affect the time complexity in a simple predictable way depending upon the
algorithm.
(Looks silly, isn't it?)

Bye
  Shridhar

Rajeev Rao wrote:

> If I use a specialised container, such as a map or priority que, provided by
> the STL, I would like to their impact on the time-complexity. It would take
> a lot of time to look at the STL implementations, hence a computer doing the
> job would be nice.