Dear All,
Please, see the following fragment of example.c:
void SolveProblemCoinTest(void)
{
char *problemName = "CoinTest";
int colCount=8;
int rowCount=5;
int nonZeroCount=14;
int rangeCount = 0;
What does rangeCount mean?
Thanks in advance,
Paul