Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 505 Bytes

18.3.md

File metadata and controls

25 lines (18 loc) · 505 Bytes

Exercises 18.3-1


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

Answer

			LPTX
AEJK   NO    QRS   UV   YZ

			LQTX
AEJK   NO    RS   UV   YZ		

			LQX
AEJK    NO     RSTU    YZ			

Exercises 18.3-2


Write pseudocode for B-TREE-DELETE.

Answer


Follow @louis1992 on github to help finish this task.