Home Answers Viewqa Java-Beginners Write a MoveFirst() for Circular Linked List

 
 


sean
Write a MoveFirst() for Circular Linked List
0 Answer(s)      a year and 2 months ago
Posted in : Java Beginners

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"

View Answers









Related Pages:

Ask Questions?

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.