130 likes | 449 Views
Constructing the Symbol Table. There are three main operations to be carried outon the symbol table:determining whether a string has alreadybeen storedinserting an entry for a stringdeleting a string when it goes out of scopeThis requires three functions:lookup(s): returns the index of
E N D
1. The Symbol Table