Algorithms_in_C++  1.0.0
Set of algorithms implemented in C++.
MinHeapNode Struct Reference
Collaboration diagram for MinHeapNode:
[legend]

Public Member Functions

 MinHeapNode (char data, unsigned freq)
 

Public Attributes

char data
 
unsigned freq
 
MinHeapNodeleft
 
MinHeapNoderight
 

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