Discussion:
Hash Code For Polynomial
(too old to reply)
Calvin Cheung
2005-03-05 20:56:46 UTC
Permalink
For the hash code, should two same polynomials, except that one is
stored as PolynomialAsArray and another stored as PolynomialAsLinkedList
return the same hash code?
Y Sun
2005-03-07 16:48:03 UTC
Permalink
Two same polynomials should return the sma hash code, doesn't matter what
kind of data structure they use.

Yanmin
Post by Calvin Cheung
For the hash code, should two same polynomials, except that one is
stored as PolynomialAsArray and another stored as PolynomialAsLinkedList
return the same hash code?
Nahid
2005-03-07 17:52:25 UTC
Permalink
so, does that imply that we have submit our PolynomialAsArray with the JAR
file??


Nahid
Post by Y Sun
Two same polynomials should return the sma hash code, doesn't matter what
kind of data structure they use.
Yanmin
Post by Calvin Cheung
For the hash code, should two same polynomials, except that one is
stored as PolynomialAsArray and another stored as PolynomialAsLinkedList
return the same hash code?
Loading...