Activity

  Tyler Mills commented on criticism #4816.

Speed is a property of programs, too. https://en.wikipedia.org/wiki/Big_O_notation

#4816​·​Dennis Hackethal, 2 days ago

Ah, so if I understand correctly, there are two knobs affecting speed (elapsed time) for a given algorithm: the hardware, and the implementation of the algorithm. The given algorithm has a complexity, independent of those two, which is how the time and memory scales with an input.