Auxiliary function implementation for the MbICP module. More...
#include <stdio.h>
#include "percolate.h"
Go to the source code of this file.
Functions | |
void | heapsort (TAsoc a[], int n) |
void | perc_down (TAsoc a[], int i, int n) |
void | swapItem (TAsoc *a, TAsoc *b) |
Auxiliary function implementation for the MbICP module.
Definition in file percolate.c.
void heapsort | ( | TAsoc | a[], | |
int | n | |||
) |
Definition at line 74 of file percolate.c.
void perc_down | ( | TAsoc | a[], | |
int | i, | |||
int | n | |||
) |
Definition at line 60 of file percolate.c.
Definition at line 52 of file percolate.c.