Please enable JavaScript.
Coggle requires JavaScript to display documents.
data types - Coggle Diagram
data types
List
position
finite
elements
head
tail
insert and remove items in any position
Array based list
predetermined
before the array can be allocated
no wasted space
linked list
dynamic memory allocation
nodes
have inital value
do not have initial value
point to next element
type of element
Abstract data Type
ADT
data type as a software component
Data structure
Impementation for a ADT
class
Object
Type
collection of values
boolean
integer
Data type
type with collection