Discussion:
A9 poly size
(too old to reply)
ragulan.r
2010-11-14 03:22:30 UTC
Permalink
For polyCreate, how do I know they size of the polynomial that needs
to be created?
Do I create one of size 1 and go from there?
David Xingliang Lou (CS 137 Tutor)
2010-11-15 19:22:18 UTC
Permalink
Post by ragulan.r
For polyCreate, how do I know they size of the polynomial that needs
to be created?
Do I create one of size 1 and go from there?
You don't know the size beforehand :)

Creating a polynomial of size 1 and go from there would work. Refer to
Charlie's growing array example.

Loading...