-DFS learning algorithm sequence with tree chain split

DFS is usually processing sub-tree problem, because dfs order a sub-tree is continuous.

Chain is split tree processing chain problem, a combination of a plurality of paths formed by the chain. Up logn chains

Both are in fact a linear relationship between the hash tree

Guess you like

Origin www.cnblogs.com/ordinarv/p/11865606.html