Summary of the review of the data structure 1---concept

Source: Internet
Author: User
  1. Data structure is a subject that studies the problem of programming in non-numerical computing, as well as the relationship between them and the related problems of operation.

    Numerical analysis is a subject of numerical computation.

    What is a data structure? A collection of data elements that exist in one or more specific relationships with each other.

    The data structure includes: physical structure and logical structure.

    Logical structure: linear structure and nonlinear structure. The linear structure includes: stack, queue, sequential table, string.

    Nonlinear structures include: trees, graphs, and sets.

    Physical structure: Refers to the storage form of the logical structure of data in a computer. Includes: sequential storage and chained storage.

  2. What is an algorithm?

    An algorithm is a description of the steps to solve a particular problem. In a computer is a series of instruction sequences.

    The characteristics of the algorithm: the input and output is poor to determine the feasibility.

    The efficiency measure method of the algorithm: Post-mortem statistic method, pre-analysis and estimation methods.

    Methods of Evaluation: time complexity and space complexity.

    Time complexity sequencing:

  3. Linear table

    ?

Summary of the review of the data structure 1---concept

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.