cdcontainers  0.1.1
Library of data containers and collections for C programming language.
Data Fields
cdc_binomial_heap_node Struct Reference

The cdc_binomial_heap_node struct. More...

#include <binomial-heap.h>

Data Fields

struct cdc_binomial_heap_nodeparent
 
struct cdc_binomial_heap_nodechild
 
struct cdc_binomial_heap_nodesibling
 
size_t degree
 
void * key
 

Detailed Description

The cdc_binomial_heap_node struct.

Warning
To avoid problems, do not change the structure fields in the code. Use only special functions to access and change structure fields.

Field Documentation

◆ parent

struct cdc_binomial_heap_node* parent

◆ child

struct cdc_binomial_heap_node* child

◆ sibling

struct cdc_binomial_heap_node* sibling

◆ degree

size_t degree

◆ key

void* key

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