Why static data structure is used to implement OPTAB ? Explain
Answers
Answered by
1
hope it helpful make me brainliest answer
Answered by
0
The static data structure is used to implement OPTAB.
Explanation:
OPTAB is usually organized as a hash table.
The hash table organization is particularly appropriate , since it provides fast retrieval with a minimum of searching .
The OPTAB is a static table.
It has entries that are not normally added to or deleted from it.
In such cases, it is possible to design a special hashing function or other data structure to give optimum performance for the particular set of keys being stored.
Static data structures are ideal for storing a fixed number of data items, but they lack the dynamic data structure s flexibility to consume additional memory hence they can be used for OPTAB.
Similar questions