• 2022-06-04
    In a singly linked list which operation depends on the length of the list.( )
    A: Interchange the first two elements of the list
    B: Delete the first element of the list
    C: Add an element before the first element of the list
    D: Delete the last element of the list