[Home]
[Contents]
[Chapter]
[Previous Algorithm]
[Next Algorithm]


B-tree search


bit( i, key ) int i; typekey key; {return( (key>>(14-i)) & 1 );}

C source (344.bit.c)



© Addison-Wesley Publishing Co. Inc.