Catching Plagiarists DUE: MEOM Monday, April 28

This assignment carries a SIGNIFICANT portion of your Spring Quarter grade.  This thing should be immaculate.
In particular make sure that:
1. You include a README describing how to use your program, what works and what doesn’t work.  In particular I need to know how large a document set I can test on.
2. Your code should be […]

Lab 23 :: Grid Implementations - Due. Monday, April 21

The assignment is long enough to warrant an assignment sheet: Lab23_GridImplementations.pdf
You should have all of the starting code you need.  You will write these implementations into the same project you wrote your Bee in.

“Review and Do” - Due Friday, Apr. 11

We’ll review by working backwards.  Since we still have some work to do with Grid World, we’ll start with that.
REVIEW:

Read/Review Litvin pp. 151-169 which covers Grid World topics up through “Critters.”  Try the MC questions to see how you do.  NOTE: Litvin’s example MC questions are usually much longer and harder than what you’ll actually […]

CP Milestone 1:process documents. Due: Monday, Apr. 7 in class

 Assignment: process a directory of text documents, printing out all 6-word chunks from all files.For this assignment, just printing the chunks to the console is adequate.  While you’re at it, you might as well make the chunk-size a variable since you might want to vary that in the future.You can get the document sets from […]