Expand description
Provided node implementations.
Structs
Implementation of the solution to the maximum subarray problem. It just implements Node.
A simple wrapper for nodes to easily implement PersistentNode. If the wrapped node implements LazyNode the wrapper also implements it.