von nor amira syuhaida Vor 3 Jahren
144
Mehr dazu
von William Marshall
von Leyla Izaguirre
von Tere Lluch
von Gema Pizarro Jiménez
Keywords: group review, preparing for assessment, learning material, learning concepts, group learning, learning with colleagues
Type in the name of the topic from your learning material.
Add a concept you've learned about in the given material, then explain it by adding at least 3 details.
Makes the most efficient use of memory as the data structure only uses as much memory as it needs
size is not fixed at compile time and that can grow and shrink at run time to make efficient use of memory.
Can be inefficient as the memory for the data structure has been set aside
Size is fixed at compile time, and does not grow or shrink at runtime.
Every data item is attached to several other data items in a way that is specific for reflecting relationships. Example : tree and graph
graph
Traverses the data elements sequentially, in which only one data element can directly be reached.
Add detail about the concept mentioned.
These data types are used to store group of values.
Complicated data structures that are derived from the primitive data structures
The primitives data type are basic data type that are available
Basic data structures that are directly operated upon by machine level instructions.