B+ Tree Insertion

Instructions:

In this exercise your job is to insert the values from the stack to the B+ tree.
Search for the leaf node where the topmost value of the stack should be inserted, and click on that node. The exercise will take care of the rest. Continue this procedure until you have inserted all the values in the stack.

    33
    92
    76
    98
    43
    64
    35
    75
    86
    30
    71
    78
    69
    65
    12
    32
    34
    57