How long do you think it will take this algorithm to run Not
How long do you think it will take this algorithm to run? Note the time complexity as O (run time in terms of n).
ote the time complexity as O (run time in terms of n)
Assume that each Web site, on average, has character strings of length 10,000 and that the length of the character string \"Lenovo X200\" is 11. How many computations will the algorithm need to make per site?
Why is speed and the analysis of algorithm speed so important?
Solution
It depends on the computation that Algorithm does.
The speed and analysis is neccessary to do the task in less time which reduces the throughput of the application. You should not use an algorithm that takes a lot of time.

