1.0010 What are the advantages and Disadvantages of unsorted lists? When should they be used?
|
Advantages |
Disadvantages |
|
Easy to Maintain |
Difficult to find elements |
|
Simple Programs needed |
Require sorting if listing order |
|
Good for short lists |
|
|
Good if all elements must be processed without regard to any order |
|
As noted above, unsorted lists are good for: