Module: RootedTree

Defined in:
lib/rooted_tree.rb,
lib/rooted_tree/node.rb,
lib/rooted_tree/tree.rb,
lib/rooted_tree/mutable.rb,
lib/rooted_tree/version.rb

Overview

A basic implementation of a tree data structure.

Defined Under Namespace

Modules: Tree Classes: Node, StructureException

Constant Summary collapse

VERSION =

Returns the semantic version number of the library.

Returns:

  • (String)

    the semantic version number of the library.

'0.3.5'