Hi, I'm trying to compute the leaf furthest from the root of a weighted tree (meaning the sum total of the weights of every edge used to get to that leaf is the greatest) Any suggested algorithms I could take a look at? (Looking for some optimal solutions)
Thanks




Reply With Quote