diff --git a/thu_dsa/chp5/chp5.md b/thu_dsa/chp5/chp5.md index bc34858..435d30b 100644 --- a/thu_dsa/chp5/chp5.md +++ b/thu_dsa/chp5/chp5.md @@ -210,7 +210,7 @@ void preOrder_It2(BinNodePosi(T) x, VST &visit){ 所以中序遍历迭代版的算法如下: -``` +```cpp template void goAlongLeftBranch(BinNodePosi(T) x, Stack