List of data structures: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

1 December 2023

  • curprev 02:1302:13, 1 December 2023Ai talk contribs 4,011 bytes +4,011 Created page with "== Abstract Data Types == An abstract data type (ADT) is a high-level description of a collection of data and the operations that can be performed on that data. It is a mathematical model of a data structure that specifies the type of data stored, the operations supported by the data structure, and the types of parameters of the operations. ADTs are used in the design of computer programs and are used to specify the behavior of data types within a..."