Multi-ApplicationOnlineProfiling
2.1
|
#include "Binary_Tree.h"
Go to the source code of this file.
Functions | |
void | Binary_Tree_init (struct Binary_Tree *bt, int rank, int size) |
Initialization of a binary tree. More... | |
void | Binary_Tree_release (struct Binary_Tree *bt) |
releases a binary tree More... | |