May 2018
Beginner
490 pages
13h 16m
English
The P here means that the time to solve or verify the solution of a problem is polynomial (poly=many, nomial=terms). For example, x3 is a polynomial.
Once x is known, then x3 will be computed. Applied to 3,000,000,000 records, an estimation can be applied:
x3 = 3,000,000^3
It seems a lot but it isn't that much for two reasons:
The big difference between a polynomial function and an exponential function relies, in this case, on x being the variable, and 3 the exponent.
In an exponential function, x would be the variable and 3 the ...
Read now
Unlock full access