Namespace AlgorithmsSW.Bag
Classes
- BagWithLinkedList<T>
An implementation of IBag<T> that uses a LinkedList<T> for its implementation.
Interfaces
- IBag<T>
A collection that supports adding elements, and iterating over them.
An implementation of IBag<T> that uses a LinkedList<T> for its implementation.
A collection that supports adding elements, and iterating over them.