About 22,100 results
Open links in new tab
  1. 数据结构与算法 - 菜鸟教程

    数据结构与算法 数据结构(英语:data structure)是计算机中存储、组织数据的方式。 数据结构是一种具有一定逻辑关系,在计算机中应用某种存储结构,并且封装了相应操作的数据元素集合。它包含三 …

  2. Data structure - Wikipedia

    A data structure known as a hash table. In computer science, a data structure is a data organization and storage format that is usually chosen for efficient access to data. [1][2][3] More precisely, a data …

  3. DSA Tutorial - GeeksforGeeks

    4 days ago · DSA stands for Data Structures and Algorithms. Data structures manage how data is stored and accessed. Algorithms focus on processing this data. Examples of data structures are …

  4. DSA Introduction - W3Schools

    Data Structures is about how data can be stored in different structures. Algorithms is about how to solve different problems, often by searching through and manipulating data structures. Theory about Data …

  5. What is a data structure? - IBM

    A data structure is a way of formatting data so that it can be used by a computer program or other system. Data structures are a fundamental component of computer science because they give form …

  6. 5. Data StructuresPython 3.14.3 documentation

    1 day ago · 5. Data Structures ¶ This chapter describes some things you’ve learned about already in more detail, and adds some new things as well. 5.1. More on Lists ¶ The list data type has some …

  7. Data Structures - Coursera

    Offered by University of California San Diego. A good algorithm usually comes together with a set of good data structures that allow the ... Enroll for free.

  8. An Open Guide to Data Structures and Algorithms

    Feb 23, 2026 · This textbook serves as a gentle introduction for undergraduates to theoretical concepts in data structures and algorithms in computer science while providing coverage of practical …

  9. What are Data Structures? - datastructures.org

    A data structure is a way of organizing and storing digital data so that it can be used efficiently. Just like physical storage methods (like shelves, drawers, or filing cabinets) help us manage physical objects, …

  10. Data Structure and Types - Programiz

    Data Structure and Types What are Data Structures? Data structure is a storage that is used to store and organize data. It is a way of arranging data on a computer so that it can be accessed and …