a******a 发帖数: 7 | 1 Draw the B-tree of order 3 created by inserting the following data arriving
in sequence - 92, 24, 6, 7, 11, 8, 22, 4, 5, 16, 19, 20, 78
The answers is
^ 11 ^ - ^
^ 5 ^ 7 ^ ^ 19 ^ 24 ^
^ 4 ^ - ^ ^ 6 ^ - ^ ^ 8 ^ - ^ ^ 16 ^ - ^ ^ 20 ^ 22 ^ ^ 78 ^ 92 ^
算了几遍也得不到上面的答案,会不会答案不准呢? |
|