News

Lists/ListInterface.php : Basic List interface that all lists should follow (at a minimum) Nodes/NodeInterface.php : Basic Linked-List Node interface that all nodes should follow (at a minimum) ...