• 2022-06-04
    Which one of the following is not a characteristic of the linked list? ‍
    A: The node in a linked list can be accessed randomly
    B: Inserting or deleting a node in a linked list do not need to move the other nodes
    C: Don't have to estimate storage space in advance
    D: The memory space required by a linked list is in proportion to the length of the list.