Describe the classes and write pseudo-code algorithms to


Describe the classes and write pseudo-code algorithms to perform addition, subtraction and multiplication of polynomial expressions. For example: (3x^4 + 2x^2 + 3x + 7) × (-4x^100 + 15x^30 - 9) State the time complexity for your add, subtract, and multiply algorithms. In each case, does n represent the number of terms in the polynomial or the maximum exponent in the polynomial (i.e. in the second polynomial above, is n = 3 or is n = 100)? Justify your answers.

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Describe the classes and write pseudo-code algorithms to
Reference No:- TGS0569742

Expected delivery within 24 Hours