| 
    cdcontainers
    0.1.1
    
   Library of data containers and collections for C programming language. 
   | 
 
The cdc_binomial_heap_node struct. More...
#include <binomial-heap.h>
Data Fields | |
| struct cdc_binomial_heap_node * | parent | 
| struct cdc_binomial_heap_node * | child | 
| struct cdc_binomial_heap_node * | sibling | 
| size_t | degree | 
| void * | key | 
The cdc_binomial_heap_node struct.
| struct cdc_binomial_heap_node* parent | 
| struct cdc_binomial_heap_node* child | 
| struct cdc_binomial_heap_node* sibling | 
| size_t degree | 
| void* key | 
 1.8.13