The following references can be used to add an
item to position k in a linked chain implementation of a list:
The node containing the item in position k - 1
- The node containing the item in position k
- The node containing the item in position k + 1
- The last node
There are no hints for this question