Mescal
Loading...
Searching...
No Matches
binheap Struct Reference

Type used to represent a binary heap. More...

#include <type_binheap.h>

Public Attributes

void ** array
 Array which stores all values inside the heap.
 
uint size_array
 Size of the array.
 
uint size_heap
 Size of the heap (number of values which are currently stored).
 
int(* fc )(void *, void *)
 Comparison function utilized by the heap.
 

Detailed Description

Type used to represent a binary heap.


The documentation for this struct was generated from the following file: