Write a class calledSantasList diat allows Santa to keep track of all of the children that are naughty and nice. Santa should be able to add children to either of the lists, and the lists can be maintained in any order. Also provide methods to print each list.
a. ImplementSantasList using your own linked list.
b. ImplementSantasList using theListReferenceBased class.
c. What changes would you need to make if you wanted to change the implementation in part b to use theListArrayBased class?
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.