1/38
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
What is data structure
A way of organising data in memory so it can be processed efficiently
What is a static data structure
A structure whose size is fixed and cannot change after memory is allocated
What is a dynamic data structure
A structure of which is able to grow or shrink as the program runs
What is a list
A data structure that stores data items in order they were added