Tag:linked list

  • Data Structures – Single Linked Tables

    Time:2024-5-9

    catalogs I. Preamble II. Chained table representation and implementation (single linked tables) 1.1 Advantages and disadvantages of sequential tables 1.2 Concept and structure of a linked table 1.3 Printing Functions 1.4 Space functions 1.5 The Tail-Plug Function (the most, most troublesome) 1.5.1 The most critical part of the tail plug! 1.6 Header Interpolation Functions 1.7 […]

  • [Data Structures] Bidirectional Chained Table Explained

    Time:2023-10-20

    When we have finished learning the single chained table, two-way chained table is much simpler, two-way chained table in the head insertion, tail insertion, head deletion, tail deletion, and arbitrary position insertion, arbitrary position deletion than the single-chained table is simple, today, follow the small Zhang together to learn it! Classification of bi-directional linked tables […]