202502181602
Tags : Verification of MST, Topics in Algorithms
Special Case of Tree Path Maxima Problem
The Tree Path Maxima Problem is defined as follows:
Link to originalQuestion
Given a tree with real edge weights and a list of pairs of distinct nodes in , determine for each pair on the list, a heaviest path edge on the path from to in .
The special case adds 2 restrictions to the problem:
- The tree is a fully-branching tree which is a rooted tree with all leaves at the same depth and all inner nodes have at least 2 children.
- For each pair we have that and is an ancestor of .