SIS
Symmetric Index Structures
/Users/dbr/ma/src/bas/lml/sort.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void Sort (void *set, UINT numberOfElements, SINT(*Cmp)(void *, UINT, UINT), void(*Swap)(void *, UINT, UINT))
UINT BinarySearch (const void *set, UINT startPos, UINT length, const void *object, SINT(*Cmp)(const void *, UINT, const void *))

Function Documentation

UINT BinarySearch ( const void *  set,
UINT  startPos,
UINT  length,
const void *  object,
SINT(*)(const void *, UINT, const void *)  Cmp 
)

Definition at line 73 of file sort.c.

Referenced by CompressedAutomatonDelta().

void Sort ( void *  set,
UINT  numberOfElements,
SINT(*)(void *, UINT, UINT Cmp,
void(*)(void *, UINT, UINT Swap 
)

Definition at line 61 of file sort.c.

Referenced by CmdGenerateSuffixes(), and CompressedAutomatonSortTransitions().