Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 458 Bytes

18.3.md

File metadata and controls

24 lines (17 loc) · 458 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

implementation


Follow @louis1992 on github to help finish this task.