Serial printing of a B-tree

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • axas
    New Member
    • Jul 2006
    • 32

    Serial printing of a B-tree

    I want to print the keys of a b-tree in a serial form.
    How can I make it?
  • zahidkhan
    New Member
    • Sep 2006
    • 22

    #2
    Originally posted by axas
    I want to print the keys of a b-tree in a serial form.
    How can I make it?
    Use inorder traversal

    Comment

    Working...