PathTree

Version 0.1.1.0 revision 0 uploaded by pjrt.

Package meta

Synopsis
A tree used to merge and maintain paths
Description

This package contains two modules: Data.LCRSTree and Data.PathTree.

A PathTree is a tree used to build unified paths from some node. This means being able to merge multiple paths, that may overlap at the root, in a sensible way. The module comes with a set of functions to add paths.

A Left-Children-Right-Siblings tree (LCRSTree) is a tree that represents a multi-way tree (aka, a Rose Tree) in a binary-tree format. It is the underlying implementation of PathTree.

https://en.wikipedia.org/wiki/Left-child_right-sibling_binary_tree

Author
Pedro Rodriguez Tavarez
Bug reports
n/a
Category
Data
Copyright
2016 Pedro Rodriguez Tavarez
Homepage
https://github.com/pjrt/PathTree#readme
Maintainer
pedro@pjrt.co
Package URL
n/a
Stability
n/a

Components