i need c++ code for simple linked list to implement algorith and data structure
1.create_node_and add to list
2.frst node delete
3.last node delete
4.delete node between first and last node
5. displaye the value of node in revese order
6. searching
7.exist