sparse.h -- the
header file that specifies the precise Sparse Array ADT interface
sparse.cpp --
an empty code file that you can use to start implementing your Sparse
Array ADT
SAtest.cpp --
a simple test program that creates the tridiagonal matrix in the
assignment and plays around with it a bit.
denseSA.sps
-- a file containing a sparse array in dense format
sparseSA.sps
-- a file containing a sparse array in sparse format
add.cpp -- a
slightly more interesting test program that creates three sparse
arrays (tridiagonal, reverse-tridiagonal, and pseudo-random) and adds
them up in various combinations