Module umgap::rmq::lca

source ·
Expand description

Allows calculating the Lowest Common Ancestor (LCA) using RMQ.

Structs§

  • Struct capable of calculating the LCA of 2 nodes in a TaxonTree, using RMQ.