PDA

Click to See Complete Forum and Search --> : Data Structures


Trogan
Apr 18th, 2008, 03:40 PM
Hello,

Before I start, I'd like to mention that I am new to Java programming and Data Structures.

OK...I have a linked list that reads from a list. I would like to find the Oldest age (using a method) within the list.

I would appreciate some guidance on how to approach this. Do I need to use a Stack or Queue? :confused:

I'll be happy to provide any required info.

Thank you!

ComputerJy
Apr 18th, 2008, 05:31 PM
Technically you don't need either, it depends on what your teacher told you to do