There are three data structures used to implement symbol table: 1. Linear list. 2. Binary tree. 3. Hash table. 1. Linear list or lists. It is a simplest and ...
確定! 回上一頁