Linked Lists in Java - Help with assignment
- by doron2010
I have been trying to solve this assignment all day, please help me. I'm completely lost.
Representation of a string in linked lists
In every intersection in the list there will be 3 fields :
The letter itself.
The number of times it appears consecutively.
A pointer to the next intersection in the list.
The following class CharNode…