|
|
back to boardCan somebody give me full explanation of this problem? Can somebody give me full explanation of this problem? Thanks. I barely believe anyone can. Ask questions (-) Re: I barely believe anyone can. Ask questions (-) Full binary tree. Ilya is on the deep D, magis stone is on deep E. But what mean numbers Dp and Ep? Ep specifies one of the leafs, which are in Ilya's subtree. Dp specifies one of the leafs, which are in the magis stone's subtree (+) You know the deepness of each by D and E, but this isn't enough to know, which exactly nodes are considered. So, in this problem the nodes are specified by 2 parameters: deepness, and a number of some leaf of it's subtree. Obviously, there can be many different pairs describing the same node. In this problem, only leafs are enumerated (see problem statement). Edited by author 26.10.2004 18:35 Edited by author 26.10.2004 19:32 Re: Ep specifies one of the leafs, which are in Ilya's subtree. Dp specifies one of the leafs, which are in the magis stone's subtree (+) Thanks a lot! Re: Can somebody give me full explanation of this problem? Posted by Nirjon 24 Jun 2005 02:15 Full Binary Tree with depth: F Stone is at depth: F-D from root and a tree rooted at the stone holds leaf #Dp Ilya is at depth: F-E from root and a tree rooted at the Ilya's position holds leaf #Ep find whether the distance of the two nodes is <= H |
|
|