
January 3rd, 2013, 08:06 PM
|
 |
Contributing User
|
|
Join Date: Aug 2010
Location: SW Missouri
|
|
|
First thing to do is use a pencil and paper and draw a diagram of a linked list.
Then work out the simple, single steps that need to be done to remove the desired item.
When you have the list of steps the program needs to do, then look at coding it.
|