Problem
Develop an algorithm or program to implement the following function:
insert_in_linked_list (element,after_pointer)
The element parameter is a data item to be added to a linked list, and the after pointer parameter is the address of the element after which the new element will be inserted.