[comp.lang.c] B+ tree algorithm and source code

zhangy@spot.colorado.EDU (ZHANG YU) (09/11/89)

	Is there anyone know where I can find the B+ tree algorithm and source
code? Thank you in advance.

-------------------------------------------------------------------------
|YU ZHANG,1350 20th st. B13,	|INTERNET:	zhangy@spot.colorado.edu|
|Boulder,CO 80302, (303)786-1670|UUCP:		ncar!boulder!spot!zhangy|
-------------------------------------------------------------------------

awd@dbase.UUCP (Alastair Dallas) (09/11/89)

In article <11525@boulder.Colorado.EDU>, zhangy@spot.colorado.EDU (ZHANG YU) writes:
> 
> 	Is there anyone know where I can find the B+ tree algorithm and source
> code? Thank you in advance.

Most will direct you to "The Art of Computer Programming, Vol. 3" by Knuth.
If you would like a more accessible description of the algorithm with C source
code, I recommend PC Tech Journal, February and March, 1985 which includes a
two-part tutorial by Atindra Chaturvedi (p. 78 and p. 131).

Hope it helps.

/alastair/