| Data Structures and Algorithms 
with Object-Oriented Design Patterns in C#           | 
 .
. .
	Implement a method that computes the value of a polynomial,
	say p(x),
	for a given value of x.
	Hint: Use a visitor that visits all the terms in the polynomial
	and accumulates the result.
.
	Implement a method that computes the value of a polynomial,
	say p(x),
	for a given value of x.
	Hint: Use a visitor that visits all the terms in the polynomial
	and accumulates the result. 
	Write a method to multiply a Polynomial
	by a Term and use the polynomial addition operator
	defined in Program  .
.
 power of a polynomial,
	where k is a positive integer.
	What is the running time of your algorithm?
	power of a polynomial,
	where k is a positive integer.
	What is the running time of your algorithm? power of such an integer,
	where k is a small positive integer.
	Hint: Base your design on the Polynomial class
	given in Program
 power of such an integer,
	where k is a small positive integer.
	Hint: Base your design on the Polynomial class
	given in Program  .
.
 
  
  
  
  
 
 Copyright © 2001 by Bruno R. Preiss, P.Eng.  All rights reserved.
Copyright © 2001 by Bruno R. Preiss, P.Eng.  All rights reserved.