asg6.tar.gz
) including:
README
file containing assignment and solution
descriptions, e.g., program design, description of algorithm,
etc., if appropriate.
INSTALL
file containing any specific compliation
quirks peculiar to your program, e.g.,
make -f Makefile.paehnib
.
USAGE
file containing any specific usage quirks
peculiar to your program, e.g.,
./paehnib
src/
directory with source code.
Makefile.paehnib
that compiles
the binheap clas and paehnib
executable.
binheap<typename T>
class
to maintain a heap of arbitrary data types.