Interface LowestCommonAncestorOffline.Result<V,E>

Type Parameters:
V - the vertices type
E - the edges type
All Known Subinterfaces:
LowestCommonAncestorOffline.IResult
Enclosing interface:
LowestCommonAncestorOffline

public static interface LowestCommonAncestorOffline.Result<V,E>
Result of a LowestCommonAncestorOffline computation.
Author:
Barak Ugav
  • Method Summary

    Modifier and Type
    Method
    Description
    getLca(int queryIdx)
    Get the lowest common ancestor of the given query.
    int
    Get the number of queries in this result.