Lab 10: Hash Tables
CS 241: Data Structures, Fall 2007


Due Date: class on Wednesday Nov 28

Goals for this assignment are to:

Reading

Review Chapter 11.4

Part 1: A Simple Hash Table with Collision Detection


Part 2: A SpellChecker Program

Contractions won't be parsed correctly (e.g. didn't, can't, etc). This could be fixed by using regular expressions, however, this is a bit beyond the scope of this lab.

Evaluation

By no later than class on Wednesday November 28, you should zip together both projects, including a jar files, and email the code as an attachment to gorr@willamette.edu. Place CS241 Lab 10 in the subject line.

Demonstrate your the hash table program (part 1) and and the spell check program (part 2).


[top]  [Schedule]  [Home]