Computer Science DS / Algo Consider evaluating a polynomial 106 views 08/09/202121/09/2021 admin 3 Comments linear algorithm, naive algorithm, polynomial QUESTION Consider evaluating a polynomial eg: f(x) = x5 + 3×2 – x + 2 f(2) = 44 Considering the Read more