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


String matching with k errors


typedef char * ControlDict[K]; typedef FieldIndex struct { char *FieldName; /* Field or attribute name */ struct { int first, last; } InvertedField[K]; /* Boundary indices */ }

C source (721.def.c)



© Addison-Wesley Publishing Co. Inc.