C Fundamentals
Algorithms · data structures · cryptography · systems — pure C11, zero deps
Loading...
Searching...
No Matches
heap Struct Reference

Public Attributes

size_t capacity
 
int * data
 
size_t size
 

Detailed Description

Definition at line 10 of file heap.c.

Member Data Documentation

◆ capacity

size_t heap::capacity

Definition at line 13 of file heap.c.

Referenced by heap_create(), heap_grow(), and heap_insert().

◆ data

int* heap::data

◆ size

size_t heap::size

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