Skip to main content
2 of 3
added 71 characters in body
Steven A. Lowe
  • 33.8k
  • 2
  • 87
  • 151

#Abstract Data Types

from wikipedia:

In computer science, an abstract data type (ADT) is a mathematical model for a certain class of data structures that have similar behavior; or for certain data types of one or more programming languages that have similar semantics. An abstract data type is defined indirectly, only by the operations that may be performed on it and by mathematical constraints on the effects (and possibly cost) of those operations.

(or just say "data structure", most people will know what you mean)

Steven A. Lowe
  • 33.8k
  • 2
  • 87
  • 151