Please enable JavaScript.
Coggle requires JavaScript to display documents.
Data structures (Arrays (need to understand 1, 2 and 3 dimension arrays,…
Data structures
Arrays
need to understand 1, 2 and 3 dimension arrays
static - can't be resized
one data type
mutable
record
different data types
mutable
static
Tuple
immutable - can't change the date
static - fixed size
different data types
List
Dynamic
One data type
Mutable - change the data
Stack
LIFO
Queue
FIFO
Hash table
Linked-lists
Trees