HyperDbg Debugger
|
The file contains array management routines (Insertion Sort) More...
#include "pch.h"
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. | |
The file 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 |