linked-lists--and-how-to-modify-a-linked-list

1/.Remove the first element from the linked list. 2/.Remove the last element from the list. 3/.Insert ten elements (0 to 9 for element values). 4/.Insert ten elements (0 to 9 for element values) after the first node having value 7 in the current linked list.