Introducation to Data Structures

12345678
Across
  1. 3. A primitive type.
  2. 4. A list in which insertions occur at one end and deletions occur at the other end.
  3. 5. A new type defined in addition to primitive types.
  4. 8. A class that implements the list interface.
Down
  1. 1. A method whose name is the same as the class’s name
  2. 2. A type of data structures that can grow and shrink at runtime.
  3. 3. Data structure in the view of a user.
  4. 6. A mathematical model of class structure that specifies the type of data stored, the operations supported on them, and the types of parameters of the operations.
  5. 7. Raw material processed by computer programs.