Please enable JavaScript.
Coggle requires JavaScript to display documents.
data structures SLR 14 (arrays (1d,2d,3d, is a data structure consisting…
data structures SLR 14
-
arrays
-
is a data structure consisting of a collection of elements (values or variables), each identified by at least one array index or key.
-
-
-
record
a record (also called a structure, struct, or compound data) is a basic data structure. Records in a database or spreadsheet are usually called "rows". A record is a collection of fields, possibly of different data types, typically in fixed number and sequence.
-
-
-
tuple
A tuple is a data structure that is an immutable, or unchangeable, ordered sequence of elements
-
-
-
list
a list or sequence is an abstract data type that represents a countable number of ordered values, where the same value may occur more than once.
-
-
-
-
-
-
-
-
-
-