In the Union/Find algorithm, the ranks of the nodes on a path will increase monotonically from?
(a) leaf to root
(b) root to node
(c) root to leaf
(d) left subtree to right subtree
Question is taken from Trees in section Trees of Data Structures & Algorithms I
This question was addressed to me in my homework.