Chapter 2 Data Structure Learning Summary

 

1. The main content of Chapter 2 is the basic operation of linear table, such as definition, search, insert, delete, output, etc. At first, I felt that the linked list is very difficult. Almost every time I write code, I need to draw a linked list structure to help myself understand. Later, it gradually improved a lot.

2. Experience of homework and practice:

(1) Be sure to pay attention to communication during group cooperation, keep the ideas consistent, discuss diligently, and avoid anxiety.

(2) Be sure to clarify the requirements before you start writing, and list the algorithm steps to keep the ideas clear and coherent, otherwise the whole body will be triggered and very passive.

(3) Do not form a mindset! ! Don't always think of using a familiar method and familiar thinking to think about a problem that looks similar, or violently facing a specific direction, it is easy to get yourself in and keep the thinking clear and divergent.

3. In fact, whether it is group work or self-completion, I clearly feel my own shortcomings, easy to be anxious, frustrated, and easy to avoid problems. In addition to specific goals, I think that correcting laziness in thinking is also a very important goal. .

Guess you like

Origin www.cnblogs.com/cbs-2397812053/p/12690621.html