|
|
|
|
|
by htgb
2904 days ago
|
|
What about any time you're working with frequent adds/deletes in arbitrary positions, rather than just at the end of the list? That's not a "niche algorithm" to me, but rather a reasonable use case. The add and delete operations should be faster than for the array case. (Not that I actually use linked list much myself, but I mean I see the use of them.) |
|