Monash University > CSSE > CSE1303 > Part A> Pracs > Prac A6

CSE1303 Computer Science
Summer Semester, 2003
Part A
Prac A6 : Hash Tables

This prac covers material from lectures A14 to A15 and Tutorial A6.

Project

To write a simple spell checker.

Background

In this prac will use a Hash Table to implement a simple spell checker. The idea behind the program is to read a dictionary into a Hash Table, then check every word in a nominated file to see whether it is in the Hash Table. Any word not found will be assumed to be misspelt and will be printed.


Preparation (3 marks if completed before class)

The marks for Preparation will be awarded only if the preparation is complete before the start of the class.


Question 1: (3 marks)


Question 2: (4 marks)


Advanced Questions: (2 marks)


[ Top | Home ]

Last modified: Tuesday 02 December 2003 22:29:33