In school my teacher went over high performance spelling checking that uses a numeric hash, or key that represents a word. So instead of words, the keys are stored. Then the word to check is converted to its unique number using the same algorithm that was used on the dictionary. But I can't remember what this method is called, and I need to write a similar method.
Anyone know about this method to generate a unique number for a set of chars?