关于二叉树的遍历顺序的讨论
摘要:
前序遍历(DLR)又叫先根遍历,先序遍历,前序周游.中序遍历(LDR)后序遍历(LRD)举例说明表达式的三种表示方式:(3 + 4) × 5 - 6 就是中缀表达式- × + 3 4 5 6前缀表达式3 4 + 5 × 6 -后缀表达式也可以理解成把符号缀在前中后. 阅读全文
posted @ 2015-06-24 21:33 Alex0111 阅读(307) 评论(0) 推荐(0)
posted @ 2015-06-24 21:33 Alex0111 阅读(307) 评论(0) 推荐(0)
posted @ 2015-06-24 17:49 Alex0111 阅读(230) 评论(0) 推荐(0)
posted @ 2015-06-24 10:42 Alex0111 阅读(232) 评论(0) 推荐(0)
posted @ 2015-06-24 10:35 Alex0111 阅读(396) 评论(0) 推荐(0)
posted @ 2015-06-24 08:50 Alex0111 阅读(216) 评论(0) 推荐(0)