Suppose I have an interface that implements a collection ( List , Set ).
What is the difference between such internal structures of collections:
List
An array with the initial number of elements 10 and an increase in the number of elements by 30%.