top of page
Summary:
Stores a set of polynomials in three different containers based on user input.
-
Object C++ Array
-
Vector of Terms
-
Doubly Linked List
The user can print using different methods or evaluate the polynomials.
Each operation is timed and reported.
-
Hit the play button on top of the window
-
Will use preset list of numbers
Polymorphism
Challenge:
-
Use a pure virtual TermList class and update it for polymorphism
-
Each class must print iteratively and recursively
-
Each operation must be timed
C++
Language:
More Info:
Full files and usage descriptions available at linked site.
Generated with Doxygen.
bottom of page