1#ifndef __BINARY_HEADER__
2#define __BINARY_HEADER__
unsigned int Binary_writeCode(struct Binary *this, unsigned int input, int *error)
It writes binary value from an unsigned integer into a graph.
struct Binary * Binary_destruct(struct Binary *this)
unsigned int Binary_readCode(struct Binary *this, unsigned int code, int *error)
It reads binary value into an unsigned integer when given a vertex from a binary cluster.
struct Binary * Binary_construct(unsigned int root, struct Graph *graph, int *error)
ssssw