I am looking at algorithms and am given the maximum size of a problem solvable in one second is n = 100 million. I need to calculate the maximum problem size that can be completed in one second using different running times. I had issues calculating some of them, so I was looking for some help if I had gone wrong, thanks: n = 100 million, log(n) = 10, 100n = 1 million, n log(n) = 10, n^2 = 10 thousand, n^3 = 464, 2^n = 1.41