Records Data Structure | Record |
Field | Attribute |
Key | Value |
Index | Linked List |
A solitary entity encompassed in a data structure that encompasses numerous fields or attributes. | A data structure that allows you to store and organize multiple pieces of related information in a single unit. |
Another term for a field within a record in a records data structure. | A specific piece of information within a record in a records data structure. |
The actual data or information stored within a field of a record in a records data structure. | A unique identifier or label associated with a record in a records data structure. |
A data structure that connects individual records in a linear order. | A data structure that improves the speed of data retrieval within a records data structure. |
Array | Binary Tree |
A hierarchical data structure where each record has at most two children. | A fixed-size data structure that stores records data in contiguous memory locations. |