Java circular list exercise help please?

intro_xtra

New member
i have a SLL with 11 nodes. what i have to do is to make the SLL circular, go trough the SLL node by node and delete every 4th node, until there is only one node left(like a pass the parcel game)

Help please. thank you
 
Back
Top