Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Assignment Continue with the code for Lab-3: Singly Linked List Create a portfolio class that stores stocks in a doubly-linked list Provide a menu with
Assignment
- Continue with the code for Lab-3: Singly Linked List
- Create a portfolio class that stores stocks in a doubly-linked list
- Provide a menu with the following functionalities :
- Insert data at the middle of the linked list (from console/terminal)
- Insert data at the start of the linked list (from console/terminal)
- Insert data at the end of the linked list (from console/terminal)
- Print the list
- Print the list in a reverse manner
Submission
Turn in a .zip file containing program files that you have written along with input and output screenshot files. Do not include any automatically generated files. All the files should be in a single folder. Do not include folder hierarchy.
Grading Criteria
- Running program with the correct output
- Comments and Indentation (Coding Best Practices)
- The correct folder structure of the submission zip file
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