Data Structure overview, Data Structure Course Content Overview

Source: Internet
Author: User

Data Structure overview, Data Structure Course Content Overview

1. Basic Concepts

1) Data)
Data is the carrier of information. It is a symbol that can be input to a computer and recognized, stored, and processed by a computer.
2) Data Element)
A data element is the basic unit of data, also known as a record. Generally, a data element consists of several basic items (or fields, fields, and attributes.
3) Data Type)
The data type is a limitation on the value range and operation of data elements.
4) Data Structure)
Data structure refers to the relationship between data elements and data elements. It mainly includes the following three aspects:

  • Logical Structure: it indicates the abstract relationship between data elements (such as the adjacent relationship and the slave relationship). The logical structure can be set based on the possible direct precursor number and direct successor number of each element.
    It can be divided into two categories: "linear structure" and "non-linear structure.
  • Storage Structure: The specific implementation methods of the Logical Structure in the computer are classified into sequential storage, link storage, index storage, and Hash Storage.
  • Data operation: operations performed on data, such as adding, deleting, modifying, querying, and sorting.

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.