1. Insert a node at the first of list 
2. Insert a node at last of list: 
3. Insert a node after a node:
4. Delete  a node from the list  
5. Search an item in list 
6. Forward traverse the list  
7. Backward traverse the list 
8. End of program 
Enter your choice (1-8):  