hw1 program

From: Michelangelo Grigni (mic@mathcs.emory.edu)
Date: Mon Feb 06 2012 - 15:08:48 EST


In fact your constructors MUST call the QuickUnionUF(int)
constructor, by using "super(N);" as their first line.
Otherwise, you are implicitly trying to use the default
constructor QuickUnionUF(), which is not defined.

NA wrote:
> This might be a common problem, but I can't seem to get my
> WeightedQuickUnionUF class to compile. It keeps saying, "cannot find symbol
> - constructor QuickUnionUF()."


This archive was generated by hypermail 2.1.4 : Wed Apr 04 2012 - 17:34:17 EDT