06.09.2014 Views

B Trees

B Trees

B Trees

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

do c j+1 [x] = c j [x]<br />

c i+1 [x]= z<br />

for ( j = n[x] downto i)<br />

do key j+1 [x] = key j [x]<br />

key i [x] = key t [y]<br />

n[x] = n[x] + 1<br />

Disk-Write(y)<br />

Disk-Write(z)<br />

Disk-Write(x)<br />

end;<br />

PROCEDURE B-TREE-INSERT-NONFULL ( x, k)<br />

begin<br />

i = n[x]<br />

if ( leaf[x] )<br />

then{<br />

while( i >= 1 and k < key i [x] )<br />

do{<br />

key i +1[x] = key i [x])<br />

i = i – 1<br />

}//end do<br />

key i+1 [x] = k<br />

n[x] = 1 and k < key i [x] )<br />

do i = i - 1<br />

i = i + 1<br />

Disk-Read(c i [x])<br />

if ( n[c i [x]] == 2t – 1)<br />

then {<br />

B-Tree-Split-Child( x, i, c i [x])<br />

if ( k > key i [x] )<br />

then i

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!