Skip to content

Stacks

Handout

What is an ADT?

  • An Abstract Data Type (ADT) is a collection of data plus a set of operations on it.
  • You use the operations and ignore how it is built inside.
  • A stack, a queue, and a linked list are all ADTs.

Handout

Log in or create account

IGCSE & A-Level