CS 341: Foundations of Computer Science II

 

 

Programming Assignments

 

·         Programming Assignment 1, due February 16, 2012.

o   Input file of test cases: If your program works correctly according to the specifications, then you should be able to pipe in this file.  The “y” and “n” in the input file do not represent that the string is in the language or not.  Instead, “y” tells your program to read another input string, and “n” tells your program to stop; see the program specifications in Section 4 of the assignment.

·         Programming Assignment 2, due March 22, 2012.

o   Input file of test cases: If your program works correctly according to the specifications, then you should be able to pipe in this file.  The “y” and “n” in the input file do not represent that the string is in the language or not.  Instead, “y” tells your program to read another input string, and “n” tells your program to stop; see the program specifications in Section 4 of the assignment.

o   Hints for Programming Assignment 2

 

 

 

 

Last Modified: 1/10/2012 11:18:40 AM