I'm trying to understand how Linked Lists are implemented in Java. Should I created separate linked list classes for the lists and nodes, or can I just call import java.util.LinkedList, or do I need both? Also, do I need an iterator to print the list?
|
You've asked several different questions in here. I think I've addressed them all here, so let me know if I've missed something:
Hope this helps! |
|||