huihut / CS-Books

📚 Computer Science Books 计算机技术类书籍 PDF
https://github.com/huihut/CS-Books/tree/master
3.28k stars 1.89k forks source link

C language:Thread binary tree #13

Open William-WangJian opened 4 years ago

William-WangJian commented 4 years ago

The preorder traverses the binary tree and thread the binary tree. Is it the same for middle order traversal?