When should I use a List vs a LinkedList
Edit Please read the comments to this answer. People claim I did not do proper tests. I agree this should not be an accepted answer. As I was learning I did some tests and felt like sharing them. Original answer… I found interesting results: Linked list (3.9 seconds) List (2.4 seconds) Even if you only … Read more