taizilongxu / interview_python

关于Python的面试题
16.63k stars 5.55k forks source link

17前中后序遍历的中序遍历代码有误 #46

Closed sunny0826 closed 5 years ago

sunny0826 commented 6 years ago

if root.left is None:应该是if root.left is not None: