Assignment 8: Due 5/30/04 Grading rubric COMPILATION: Any program that does not compile properly will have points deducted as follows: -3 points for failing with all flags: -W -Werror -Wall -pedantic -5 points for failing with these flags: -W -Wall -pedantic -10 points (0 on assignment) if it doesn't compile at all, i.e. with no flags Total points: 10 + 1(extra credit) 2' for each recursive function and main function, they are: countTo // deduct 1' for incorrect output but they use the // recursive way correctly (printed out the "end", etc) intLog // same as above findMinNode // partial credit: 1.5' for a decent recursion with wrong output findSum // the same as above main // appoint the full 2' for a random generated linked list // deduct 0.5' if they do not use stochastic filling If there is seg fault, deduct 2' from total points