tree.hh icon indicating copy to clipboard operation
tree.hh copied to clipboard

Find lowest common ancestor of a set of nodes (not just two)

Open kpeeters opened this issue 2 years ago • 0 comments

The lowest_common_ancestor currently supports two iterators. It might be nice to have a version which takes multiple iterators, e.g. a vector or set or range.

kpeeters avatar Nov 29 '22 18:11 kpeeters