[prev] [index] [next]

Example: Quack ADT

Implement a data structure called Quack (QUeue and stACK):
  • define the data structure
    • in terms of C structures such as integers, arrays, structs
  • implement the operations on the data structure
Define the operations (interface) without defining their implementation.