Some corrections to homework 3 made on both homework assignment and in SmartSite announcements
For that homework, 20 extra points if in by Wednesday, 15 if by Thursday, 10 if by Friday; due Monday, November 9
Extra Credit 2 is out and due November 9
For that extra credit, you need to comment it so that someone else can use the same algorithm to do what the program does, just from reading the comments
Recursion
Show gcd.c’s program stack
How to write a recursive program
Checking a string to see if it is a palindrome (all alphanumerics, ignoring case); pal.c