HyperDbg Debugger
|
Headers for the file that contains array management routines (Insertion Sort) More...
Go to the source code of this file.
Functions | |
BOOLEAN | InsertionSortInsertItem (UINT64 ArrayPtr[], UINT32 *NumberOfItems, UINT32 MaxNumOfItems, UINT64 Key) |
Function to implement insertion sort. | |
BOOLEAN | InsertionSortDeleteItem (UINT64 ArrayPtr[], UINT32 *NumberOfItems, UINT32 Index) |
Function to implement insertion sort. | |
Headers for the file that contains array management routines (Insertion Sort)
Function to implement insertion sort.
ArrayPtr | |
NumberOfItems | |
Index |
BOOLEAN InsertionSortInsertItem | ( | UINT64 | ArrayPtr[], |
UINT32 * | NumberOfItems, | ||
UINT32 | MaxNumOfItems, | ||
UINT64 | Key ) |
Function to implement insertion sort.
ArrayPtr | |
NumberOfItems | |
Key |