Featured
- Get link
- X
- Other Apps
DATA STRUCTURE
Data are values or sets of values. A data item refers to a single unit of values. Data items that are divided into subitems are called group items. Collections of data are frequently organized into a hierarchy of fields, records and files. A field is a single elementary unit of information representing an attribute of an entity, a record is the collection of field values of a given entity and a file is the collection of records of the entities in a given entity set. A data structure is a special way of organizing, managing and storing data in a computer so that it can be used efficiently. Array, LinkedList, Stack, Queue, Tree, Graph etc. are all data structures that stores the data in a special way so that we can access and modify efficiently.
Data are also organized into more complex types of structures. The study of such data structures, which forms the subject matter of this text, includes the following three steps:
- Logical or mathematical description of the structure.
- Implementation of the structure on a computer.
- Quantitative analysis of the structure, which includes determining the amount of memory needed to store the structure and the time required to process the structure.
- Get link
- X
- Other Apps
Comments
Informative 👍👍
ReplyDelete👍
ReplyDelete👍👍
ReplyDelete👍👍
ReplyDelete👍👍
ReplyDelete