Oops! I might have posted this in the wrong place before.
I'm new to the site. I'm not a novice programmer, but this java problem has me stumped.
I don't have any code to post yet, I've only developed the GUI interface.
The homework assignment is as follows:
We are not to use the LinkedList data collection supplied with Java. We are to create our own nodes and the methods.
Each method must be written recursively.
The 'user' enters a name, adress, etc on the form field. The code is susposed to add the fields to a linked list.
I created a node with the proper fields and I have method stubs.
My question is what to do with the fields once the user has entered the data? Do I store them somehow, and then recursively add them to the linked list? If I add the fields as the user enters them, then it really won't be a recursive method.
I'm perplexed as to where to start with this assignment.
Thanks for any help.
Sunsan

New Topic/Question
Reply



MultiQuote



|