B-tree data structure
btree = ^node; node = record d : 0..2*M; k : array [1..2*M] of typekey; p : array [0..2*M] of btree end;
C
source (342.data.c)
Pascal
source (342.data.p)
©
Addison-Wesley
Publishing Co. Inc.