Table of Contents
A generic Node class for implementing graphs, trees, etc.
In the case of a SimpleNode, the data is the key, a regular Node has separate key/data fields.
Node
SimpleNode