
write a MoveFirst(T elt) method to point the head at that element. Then the tail would point to the element before that one.
so if i have " one two three four) and the moveFirst(two); it should read "two three four one"
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.