Computer science matrix assignment | Computer Science homework help
THERE ARE TWO FILES ATTACHED, ONE IS A PDF WITH THE INSTRUCTIONS TO THE ASSIGNMENT AND THE OTHER ARE THE TEMPLATES REQUIRED TO SUCCESSFULY COMPLTE THE ASSIGNMENT. PLEASE LOOK INTO THEM.
Synopsis
We want to implement two functions which are part of a program meant to operate on a
two dimensional integer matrix. Other programmers will work on the GUI while we have
been tasked to develop the functions. In order to help us test the functions before they are
used by the other programmers, we write a main which will use our two functions on
some pre-defined data in order to make sure they operate as expected by the
requirements.
Our first function will test whether a given matrix is in order or not while the other will
sort it. We will have other functions in our project but they will be there to help us
structure the testing of the two above-mentioned functions. The main will simply invoke
the test functions so we display the results when we run our program.
We’re getting one tiny step nearer to how testing is actually done “in the real world”.