The real question to ask when we analzye an algorithm's efficieny is: If we double the input size, how does this affect the running time of the program? Does it run twice as long? Or four times as long? Or even longer?
Last modified 2001-01-29
| Mark Dettinger (mdettinger@arsdigita.com) |