How to transverse a Btree?
Posted
by Phenom
on Stack Overflow
See other posts from Stack Overflow
or by Phenom
Published on 2010-05-10T02:05:39Z
Indexed on
2010/05/10
2:08 UTC
Read the original article
Hit count: 472
I have a BST and I'm trying to figure out how transverse it so that the keys are displayed ascending order.
All I can figure out is that this can be done with a recursive function.
What's the pseudo-code to do it?
© Stack Overflow or respective owner