• 2022-06-04
    6. The most common operation for setting a linked list is to insert a node at the end and delete the tail node, so () is the most time-saving option.
    A: doubly linked circular list with a head node
    B: singly linked list
    C: singly linked circular list with a tail pointer
    D: singly linked circular list