Home > database >  Due in a six o 'clock tomorrow, please! Singly linked lists operation experiment report
Due in a six o 'clock tomorrow, please! Singly linked lists operation experiment report

Time:11-16

(1 and 2 can choose, can meet a little under the template can!!  )
1. Create a singly linked list and complete the singly linked lists on the inverse,
2. Build a singly linked list and complete the sorting, singly linked lists (three kinds of sorting methods are optional)


(template)
A, the experiment purpose:
1. Understand the logic of the data structure and storage structure
2. Understand the definition of a singly linked list
3. Understand the singly linked lists to store data, methods and characteristics of operational data
4. Grasp the establishment of a singly linked list, the basic operation such as output, insert and delete


Second, experimental equipment and experimental environment:
1. The experimental environment:
2. The experimental equipment: computer, vc + + 6.0


Three, the total design thought, the experiment principle, etc.
Flow chart (or text)





The code, the experiments: (see attached)
Five, the experimental results and analysis: (additional sheet)

Six, self evaluation and summary:

Seven, the problems and the innovation place
  • Related