Key to implementation: when <b>pt(x)</b> is <b>changed</b>, <b>propagate</b> the <b>changed part</b> to the <b>related pointers</b> of <b>x</b>.<br>实现的关键:更改 pt(x) 时,将更改的部分传播到 x 的相关指针。
解决方案<br>•我们使用<b>图</b>来连接相关的指针。<br>•当pt(x)更改时,将更改的部分传播给 x 的<b>后继者</b>。