How to traverse 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:28 UTC
Read the original article Hit count: 531

Filed under:
|
|
|
|

I have a Btree and I'm trying to figure out how traverse 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

Related posts about btree

Related posts about c++