This module defines the components of trees, graphs where edges have an in-degree that of 1. The types defined in this module are concrete implementations that inherit from the abstract types in the<a href="../abstracttrees">abstract trees module</a>.<br/><br/>Depending on the concrete subclass, edges in trees either have lengths formatted as integers or lengths formatted as floating point numbers. |