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 […]
Posted on April 21st, 2008 by Baker Franke
Filed under: Labs | No Comments »
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.
Posted on April 15th, 2008 by Baker Franke
Filed under: Labs | No Comments »
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 […]
Posted on April 7th, 2008 by Baker Franke
Filed under: Review | 2 Comments »
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 […]
Posted on April 5th, 2008 by Baker Franke
Filed under: Labs | 1 Comment »