Data Structure Experiment 2:Linear table experiment
Lab Purpose
[Consolidate the data structure of a linear table and learn how to apply a linear table .]
1. Review the logical structure of a linear table, physical storage structure and common operations of a linear table.
2. Learn to use the knowledge of linear tables to solve practical problems.
3. Further consolidate the program debugging methods.
4. Further consolidate the template program design.
Lab content 1:
Sequence Table: creates an order table for N student scores, inserts, deletes, and searches tables, and outputs results respectively ." The Code is as follows:
Single-chain table: creates an order table for N student scores, inserts, deletes, and searches tables, and outputs results respectively ." The Code is as follows:
Lab content 2: [displayed in the Group]
Lab content 3:
[Implement equal judgment, union, intersection, and difference operations for two sets]
Requirements: 1) custom data structure. 2) Storage Structure and algorithm design. In VC.
Experiment 2: Linear table experiment [Iot 1132-11]