码迷,mamicode.com
首页 > 其他好文 > 详细

树的遍历

时间:2020-11-13 12:18:39      阅读:8      评论:0      收藏:0      [点我收藏+]

标签:span   img   图片   code   play   strong   树的遍历   后序遍历   com   

概念
\( 树的遍历分为前序遍历、中序遍历和后序遍历。 \如以下: \)
技术图片
前序遍历
\( 为中、左、右 \)
中序遍历
\( 为左、中、右 \)
后序遍历
\( 为左、右、中 \)

\[End_{点个赞再走吧Q_AQ} \]

树的遍历

标签:span   img   图片   code   play   strong   树的遍历   后序遍历   com   

原文地址:https://www.cnblogs.com/liusu123456/p/13914626.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!