After improving code from suggestions to my previous question. I have implemented copy constructor, copy assignment, move constructor, move assignmnet. There is a suggestion for sentinal node but I don’t know how to write code for that and I have used exit(0) in the end because the program was not terminating. I want to improveRead more