Namespace AndrasCsanyi.DataStructuresAndAlgs.DynamicSizeArray
Classes
Interfaces
- IDynamicSizeArray<T>
-
Dynamic size array, short name, List. The array is typed meaning it can handle only a single type. The list is based on an array meaning this type in contiguous. The size of this list is dynamically managed and doesn't require any act from the user.