about linkedlist

void movePosToTail(int source);
This member function moves the element in the given source position to tail

• In this function deleting a node is not permitted.
• With list {1,2,3,4,9,5} movePosToTail (2) turn the list into {1,2,4,9,5,3}



Please i need help for this
What help?
Topic archived. No new replies allowed.