• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Help in understanding the add method particularly addBefore of linkedList Implementation

 
Greenhorn
Posts: 4
MyEclipse IDE Firefox Browser Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.










Thanks in advance.
 
Bartender
Posts: 10780
71
Hibernate Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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
reply
    Bookmark Topic Watch Topic
  • New Topic