Tech Support Guy banner
Status
Not open for further replies.
1 - 4 of 4 Posts

· Registered
Joined
·
358 Posts
Discussion Starter · #1 ·
Hello guys, I need some code of linklist in java, such as insertion, deletion
with expalanation,
I have made lot of search but unable to find suitable source.
thanks
 

· Registered
Joined
·
2,313 Posts
I do not have the source for linklist creation and deletion with me. But I can explain you what they are and how they are managed. Give me your email address and I will give you some explanation. I assume you are a complete novice. So correct me if I am wrong.

One hint. You need recursion to be able to manage link lists. Also, you may need dynamic memory allocation for it to work.

I will search my old source codes written in Turbo C (under DOS) if I can find what you want.
 

· Registered
Joined
·
2,313 Posts
I was thinking of explaining you with some small pictures, etc. :rolleyes:

That is not possible here. Still if you want me to try, hang on. I will write some explanation and will post it here as soon as I am thru with it. Not possible for next 1-2 days. In the mean time, continue with your search on the net. I am sure you will find something.
 
1 - 4 of 4 Posts
Status
Not open for further replies.
Top