Can someone walk me through the logic of the addBefore method in 2 cases when the list is empty and when there are several elements in the list. I have included the necessary code required for the understanding of this operation.
Sandeep Dharwar wrote:Can someone walk me through the logic of the addBefore method in 2 cases when the list is empty and when there are several elements in the list. I have included the necessary code required for the understanding of this operation.
My suggestion would be to draw it out on a piece of paper, maybe something like:and now think about (and write down) the operations needed to add a new node before B.
Winston
Isn't it funny how there's always time and money enough to do it WRONG?
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: Help in understanding the add method particularly addBefore of linkedList Implementation