Question: c++ Project 3. Using the code from class add the following functions and demonstrations of them f them working to the SLL class: a. addHead(int

c++ c++ Project 3. Using the code from class add the following functions

Project 3. Using the code from class add the following functions and demonstrations of them f them working to the SLL class: a. addHead(int d) which adds a new Node to the head of the linked list b. remove Tail() which removes a node from the tail of the linked list and returns the date that was in the removed node. 4. Create new DLNode and DLL classes that implement a doubly linked list. It should just be a copy of SLL and Node that are then modified to implement a doubly linked list. Finishing 5. Be sure to add, commit and push your main directory: a. If you are in the build directory: cd . b. git add c. make sure that everything is staged (green): git status d. git commit -m "Description of what has changed" e. git push origin main Turn In 1. A PDF file with the standard formatting that contains the following sections: a. Your code b. Your code running demonstrating all aspects of your Stack 2. The pdf version of your Doxygen output 3. Your actual code files (.cpp..h)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!