senmeis
- 77
- 3
Hi,
How much time difference can be expected between polynomial and exponential time?
How much time difference can be expected between polynomial and exponential time?
This is only relevant for large input lengths. An example. Strassen's matrix multiplication has brought the number of multiplications, which were time-consuming in relation to additions, from ##n^3## to ##n^{2.8}##. I've heard rumors that this was enough to implement the algorithm in airplane software. And this was only a polynomial improvement.senmeis said:Hi,
How much time difference can be expected between polynomial and exponential time?