Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Submit a .cpp file in the assignment folder and.docyou can also draw, take a picture and paste in the word file) file as appropriate. 1.
Submit a .cpp file in the assignment folder and.docyou can also draw, take a picture and paste in the word file) file as appropriate. 1. Create 10 random numbers of value 1-100 as elements of a singularly linked list. Perform the following tasks (write functions and calling them in main() 2. Create a list by insert begin and print. 3. Create a list by insert end and print. 4. Insert 1000 at the end of the insert begin list and print. 5. Insert 3000 at the 6th position of the insert begin list. Draw a picture to show how insertion happened. Print the list. 6. Delete 3rd element form the insert end list. Draw a picture to show how deletion happened. Print the list. 7. Reverse print the insert begin list. 8. Reverse the insert end list and print. (do not reverse print) Submit a .cpp file in the assignment folder and.docyou can also draw, take a picture and paste in the word file) file as appropriate. 1. Create 10 random numbers of value 1-100 as elements of a singularly linked list. Perform the following tasks (write functions and calling them in main() 2. Create a list by insert begin and print. 3. Create a list by insert end and print. 4. Insert 1000 at the end of the insert begin list and print. 5. Insert 3000 at the 6th position of the insert begin list. Draw a picture to show how insertion happened. Print the list. 6. Delete 3rd element form the insert end list. Draw a picture to show how deletion happened. Print the list. 7. Reverse print the insert begin list. 8. Reverse the insert end list and print. (do not reverse print)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started