Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 278 Bytes

exercises_18.3.md

File metadata and controls

17 lines (9 loc) · 278 Bytes

18.3 Deleting a key from a B-tree

18.3-1

Show the results of deleting $C$, $P$, and $V$, in order, from the tree of Figure 18.8(f).

18.3-2

Write pseudocode for B-TREE-DELETE.

$\dots$