|
|
|
|
|
by eru
3224 days ago
|
|
When you first write design your program, you might indeed use a different data structure than a linked list when you anticipate 10k+ elements. But often programs are used long after they are designed, and it is great if they can degrade gracefully as you move outside their original design parameters. |
|