Content deleted Content added
Editing caption of Fig 1, which previously said "The leaves are not drawn", when they are in fact displayed (i.e. the nodes with values 1, 4, 7 and 13 are all leaves). |
Update deletion pseudocode to match diagrams and other snippets |
||
Line 166:
|- style="vertical-align:top"
|
1 BST-Delete(BST,
2 '''if'''
3 Shift-Nodes(BST,
4 '''else if'''
5 Shift-Nodes(BST,
6 '''else'''
7
8 '''if'''
9 Shift-Nodes(BST,
10
11
12 '''end if'''
13 Shift-Nodes(BST,
14
15
16 '''end if'''
|-
|