/predecessor

Predecessor Array for tree representation

Primary LanguageRustApache License 2.0Apache-2.0

Predecessor Array

We provide a simple predecessor array data structure for tree representation. This lib uses fera-graph, from fera project, for graph representation.

So far, there is only support for Static Graph representation, but we intend to give support to generic graph types provided by fera-graph.

License: Apache-2.0