|
|
|
|
|
by wasabi991011
375 days ago
|
|
It depends if you consider "speedup" to mean dividing the runtime or applying a function to the runtime. I.e. you are saying and f(n) speedup means T(n)/f(n), but others would say it means f(T(n)) or some variation of that. |
|