Tag:list

  • Demystifying the underlying mysteries of lists

    Time:2024-5-22

    catalogs I. List underlying framework (1) Node class (2) Iterator class (3) The list class II. Constructors (1) Parameterless construction (2) n-value construction (3) Iterator interval construction (4) Copy construction III. Iterators Iterator implementation ① Tectonic ② ‘*’ and ‘->’ ③ Pre-++ and post-++ ④ Front – vs. back – ⑤ Comparison operators Iterators in […]