|
-
Mar 10th, 2008, 01:42 PM
#1
Thread Starter
Addicted Member
[RESOLVED] DATA STRUCTURE (Help with assignment)
I have this assignment for the subject of Data Structures. I just don't know what the question is about, and frankly i don't understand the subject at all. If anybody can help me out, guide me, please do. I give my utmost respect to those who do.
-----------------------------------------------------------------------
Question:
Discuss the advantages, if any, of a two-way list over a one-way list for each of the following operations.
1. Traversing the list to process each node
2. Deleting a node whose location LOC is given
3. Searching an unsorted list for a given element ITEM
4. Inserting a node before the node with a given LOC
5. Inserting a node after the node with a given location LOC
In your opinion which way is more useful?
-----------------------------------------------------------------------
Last edited by freeze_sr; Mar 11th, 2008 at 09:04 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|