Question: Write a program in Java for this linear algorithm Algorithm BetterBrute ForcePolynomialEvaluation(P[0..T], z) / /The algorithm computes the value of polynomial P at a given
Write a program in Java for this linear algorithm
![Write a program in Java for this linear algorithm Algorithm BetterBrute ForcePolynomialEvaluation(P[0..T],](https://s3.amazonaws.com/si.experts.images/answers/2024/09/66e08af21e71b_66566e08af18f387.jpg)
Algorithm BetterBrute ForcePolynomialEvaluation(P[0..T], z) / /The algorithm computes the value of polynomial P at a given point //by the "lowest-to-highest term" algorithm //Input: Array P[0..] of the coefficients of a polynomial of degree n, from the lowest to the highest, and a number z //Output: The value of the polynomial at the point r for i -1 to n do power power * p p + P[i] * power return p
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
