Namespace AlgorithmsSW.Stack Classes BoundedStack<T> FixedCapacityStack<T> A stack with a fixed capacity. StackWithLinkedList<T> StackWithResizeableArray<T> TwoStacksWithDeque Interfaces IStack<T>