Grafalgo
Library of useful data structures and algorithms
grafalgo::LheapSet::hnode Struct Reference

List of all members.

Public Attributes

keytyp kee
 kee[i] = key of item i
int rank
 rank[i] = rank of item i
int left
 left[i] = left child of i
int right
 right[i] = right child of i

Detailed Description

Definition at line 47 of file LheapSet.h.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Friends