How can I create a circuilar list

I need to create a singly linked list, that is to have one reference to "current", which will be used to move around the circle. The class must include methods for insert delete, and search. we should also be able to display the list. a step method that moves current along to the next link might be useful also.
mmjason77
Asked Apr 26, 2011
Tutorial:
http://www.roseindia.net/javatutorials/circular_array_list.shtml
Rob
Answered Apr 26, 2011

TIP: If it's not your answer to this question, please click "Leave a Comment" button under the question to communicate with the question owner.

Categories