To remove the node in position k, which of the
following is needed?
A reference to the node in position k-1
- A reference to the node in position k
- A reference to the node in position k + 1
- A reference to the last node
There are no hints for this question