add diagram of post-order traversal to chp5.md.
This commit is contained in:
@@ -272,7 +272,7 @@ void BinNode<T>::inOrder_It2(VST &visit) {
|
||||
|
||||
后续遍历的访问过程如下图所示:
|
||||
|
||||
![后续遍历的访问过程]()
|
||||

|
||||
|
||||
综上所述,后序遍历的非递归算法如下:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user