summaryrefslogtreecommitdiff
path: root/graph/LCA.cpp
AgeCommit message (Collapse)Author
2022-06-27updated tcrmzuenni
2017-12-22Adding new code for sparse table implementation and LCA.Paul Jungeblut
2017-03-26Adding comment again in LCA code.Paul Jungeblut
2017-03-26Adding treap code and changes on LCA code.Paul Jungeblut
2016-10-06Adapt LCA code.Paul Jungeblut
2015-12-03clarified on which array rmq must be initializedJBatzill
2015-12-03added runtime of lcaJBatzill
initLCA is dfs on a tree => O(n)
2014-11-23gebautpjungeblut
2014-11-22Added LCA, tested on icpc prob.JBatzill