Content deleted Content added
Formatting |
→Function Slide_And_Increment(p): formatting |
||
Line 54:
previous_p = parent of p
wt = weight of p
Slide p in the tree higher than the leaf nodes of weight wt + 1
wt += 1
p = previous_p
Slide p in the tree higher than the internal nodes of weight wt
wt += 1
|