First page Back Continue Last page Graphics
Linked List (Disadvantages)
Disadvantages
- More complicated to program and implement.
- Difficult to make efficient use of sorted data.
- Still exhibit linear efficiency [ O(n) ]
- Mistakes in implementation or usage can render large pools of information lost. (Memory leaks in languages that do not perform garbage collecting.)