Activity
Dennis Hackethal criticized idea #4822.
#4822·Tyler MillsOP, 1 day agoAh, 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.
The given algorithm has a complexity, independent of [the implementation]
No, the complexity depends on the implementation.