Question: Build a singly linked list with 10 noes. The data are This is my first project in Data structure and algorithm. First node is This
Build a singly linked list with 10 noes. The data are "This is my first project in Data structure and algorithm". First node is "This" second "is" and so on. Build insert function, insert "the " before "Data" and delete function, delete "my" before "first". Search "in" and output it location and then append "C++" and output the linked list again. In writing this program use menu which includes 1. Create; 2. Insert; 3. Delete; 4. Append; 5. Search; 6. Quit.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
