aspose file tools
The moose likes Beginning Java and the fly likes Doubly Linked List using Java Code Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Doubly Linked List using Java Code " Watch "Doubly Linked List using Java Code " New topic
Author

Doubly Linked List using Java Code

Shrinivas Mujumdar
Ranch Hand

Joined: Aug 27, 2004
Posts: 328
Hello,
can anybody give me a code for implementation of Doubly Linked List in java without using Predefined LinkedList class in java.util package?



Shriniwas
Joe Ess
Bartender

Joined: Oct 29, 2001
Posts: 8265

With nearly 300 posts on this site, you should know by now that we don't just hand out code. The only way to learn how to code is to write code. What have you done so far? Can you show us your code and tell us what is wrong with it?


"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
Shrinivas Mujumdar
Ranch Hand

Joined: Aug 27, 2004
Posts: 328
Google has better answer than Javaranch as far as this question is concerned.I think i have posted in wrong forum...It should be in Open Source related stuff for the code .

Doubly Linked List


 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Doubly Linked List using Java Code
 
Similar Threads
pointers in linked list
doubly linked list
One more question help plz
Best Data Structure to solve this problem
doubly linked list using one reference