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

Re: "time complexity"



Hi

These things such as time complexity are best left with theory. It can tell you
something at a glance what computer may take a life time. Learnt that hard way
while writing a program for analog inverse FT/LT. Not eveything is solvable by
writing a computer program for it.

 Bye
  Shridhar


>
> yup! i thinks so too ? is there a tool that actually
> is able to compute the number of times loops execute
> or depth fo recurrsion and also the most expensive
> operation and estimate the time complexity based on
> some parameter n that the user can specify.
>