Package lrs

Interface Summary
IAlgo<T,R,P> Represents an abstract algorithm on an LRStruct.
 

Class Summary
ANode<T> Represents the abstract list state.
EmptyNode<T> Represents the empty state of a mutable list LRStruct.
LRStruct<T> Mutable linear recursive structure.
NENode<T> Represents the non-empty state of a LStruct.