Dictionary

A ``dictionary'' is a data structure that supports:

It is static if inserts and deletes must be performed before finds.

It is dynamic otherwise.


next up previous
Next: Implementing a Dictionary Up: SPELL CHECKING Previous: Dynamic Dictionary