When is it better to use a List vs a LinkedList?
When you need built-in indexed access, sorting (and after this binary searching), and "ToArray()" method, you should use List.