In the algorithm discussed in class for inserting a Node after the parameter Node in insert_Node of hw5, the first two lines of code attached the Node to the List. What did the next two lines of code do?
a) Connected the Node to the previous Node
b) Connected the Node to the next Node
c) Integrated the Node into the List
d) Initialized the Node's data field