Question: i am learning C++ about the linked list(single or doubling) please help me with these questions thank you so much and please don't use array
i am learning C++ about the linked list(single or doubling) please help me with these questions thank you so much and please don't use array for these questions thank you
PARAMETER: Another list
before doing each of them pls say which number you are doing
Given an empty calling object, copy one or more elements of the array into the calling object.
Given an empty calling object, copy in reverse one or more elements of the array into the calling object.
Given an empty calling object, copy specific elements (even, odds, multiples, etc.) of the array into the calling object.
Given an empty array, copy specific elements (even, odds, multiples, etc.) of the calling object into the array.
Given an empty array, copy in reverse one or more elements of the calling object into the array.
Given an empty array, copy specific elements (even, odds, multiples, etc.) of the calling object into the array.
Compare the elements of the calling object and the array and return true if they are the same (make sure to first check if the number of elements is the same, because there is no need to start a loop if the number of elements differs).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
