Namespace AlgorithmsSW.List
Classes
- LinkedListWithClassNode<T>
Represents a singly linked list.
- LinkedListWithClassNode<T>.Node
Represents a node in the LinkedListWithClassNode<T>.
- LinkedList<T>
Represents a singly linked list.
- LinkedList<T>.Node
Represents a node in the LinkedList<T>.
- ParallelArrays<TKey, TValue>
Represents a list of key-value pairs using two parallel arrays.
- ResizeableArray
Contains constants for the ResizeableArray<T> class.
- ResizeableArray<T>
Represents a generic list of items.
Interfaces
- IRandomAccessList<T>
Represents a read-only random access list that provides indexed access to its elements.
- IReadonlyRandomAccessList<T>
Represents a read-only random access list that provides indexed access to its elements.