1/3
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Features of the dynamic data structure
Dynamic data structures can grow or shrink in size during execution, allowing for efficient memory usage. They can exceed in size until the memory is full. They support operations such as insertion, deletion, and resizing with ease. Each nodes contains data and link to other nodes. Links are impemented through pointers.
,
n
,
m
m