CSE 131 Module 6: Abstract Data Types
Goals
By the end of this module, you should...
- be able to use ADTs that encapsulate simple data structures.
- be able to implement a class that encapsulates a list as its
internal representation.
- understand Horner's algorithm for polynomial evaluation.