Question: In c++ Create a class Person with fields name, age, height, weight . Write all the standard Linked List operations Insert at Head Insert at
In c++
Create a class Person with fields name, age, height, weight.
Write all the standard Linked List operations
Insert at Head
Insert at End
Insert at Position
Delete From Head
Delete From End
Delete From Position
Delete by Value (Using name of the person e.g. Delete "Tom")
Update at Position
Update by Value (Change the age of Tom from 25 to 30)
Print the Linked List data
Demonstrate the working of this project by printing out the Linked list after performing each operation
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
