Activity

  Dennis Hackethal criticized idea #4822.

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.

#4822​·​Tyler MillsOP, 1 day ago

The given algorithm has a complexity, independent of [the implementation]

No, the complexity depends on the implementation.