简体   繁体   中英

How to get height of binary tree and root to leaf path in C

I have a binary tree and I need to know the height(defined as the maximum level of the tree) and I also need to find the shortest path from the root to any leaf. How do I do that in C?

Any elementary programming course will provide an answer. See http://cslibrary.stanford.edu/110/BinaryTrees.html for example.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM