Please help about the c ++ pointer


How to do the following with c ++. Can you help me. Please

1-Create a linked list and enter the following elements into it:
Renault,Ford,Mercedes,BMW

2-We write the function to delete elements from this list.
3-We write the function to add elements to this list.
4-We write the function that lists the elements in this List and prints them on the screen.
5-Analyze the temporal complexity of the functions you have written using the Big O (Big Oh) notation.
This is not a homework site. We won't do homework for you. Make an attempt yourself, and when you're stuck, ask a question and we'll happily help you.
Topic archived. No new replies allowed.