Algorithm basics_arrays and linked lists

The advantage of the linked list is that in terms of inserting elements, as long as there is enough memory space, space can be allocated for the linked list. For example: 5 people go to the cinema and do it separately.
The advantage of the array is that the efficiency of the array is very high when the elements are read randomly

ing

Guess you like

Origin blog.csdn.net/weixin_45451320/article/details/114109284