CSC365 Assignment 2

This assignment asks you to create a web-based spell checker; a scaled-down variant of "webster" and similar services. The main functionality is:

This assignment must be done in two phases:

  1. In the first phase, you will implement the dictionary as an internal order-8 B-Tree initialized from http://gee.cs.oswego.edu/dl/csc365/words, which contains one word per line.
  2. In phase two, you must use a persistent B-Tree. You cannot proceed to phase two until you successfully demo phase1.

Test your program thoroughly before demonstrating and submitting.


Doug Lea
Last modified: Thu Oct 5 11:48:18 EDT 2000