Package Info

ghc-lca


O(log n) persistent on-line lowest common ancestor calculation without preprocessing


Development/Libraries/Haskell

This package provides a reference implementation of my skew binary random access algorithm for performing an /online/ lowest common ancestor search (and online level ancestor search) in logarithmic time without preprocessing. This improves the previous known asymptotic bound for both of these problems from /O(h)/ to /O(log h)/, where /h/ is the height of the tree. Mostly importantly this bound is completely independent of the width or overall size of the tree, enabling you to calculate lowest common ancestors in a distributed fashion with good locality.

While /offline/ algorithms exist for both of these algorithms that that provide /O(1)/ query time, they all require at least /O(n)/ preprocessing, where /n/ is the size of the entire tree, and so are less suitable for LCA search in areas such as revision control where the tree is constantly updated, or distributed computing where the tree may be too large to fit in any one computer's memory.

Slides are available from

<http://www.slideshare.net/ekmett/skewbinary-online-lowest-common-ancestor-search>.


License: BSD-3-Clause
URL: https://hackage.haskell.org/package/lca

Categories

Releases

Package Version Update ID Released Package Hub Version Platforms Subpackages
0.3-bp150.2.4 info GA Release 2018-08-01 15
  • AArch64
  • ghc-lca
  • ghc-lca-devel
0.3-bp150.2.6 info GA Release 2018-07-30 15
  • ppc64le
  • x86-64
  • ghc-lca
  • ghc-lca-devel