Skip to content

moysessj/restricted-hamming-huffman-trees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Intro

This repository contains the source codes used in the Experimental Results section of the research paper Restricted Hamming-Huffman trees published in RAIRO - Operations Research.

The relation among each source code and experiment is as follows:

1.experiment_1.cpp: evaluation of the costs described in section 5.1. uniform [3]-HHT optimality hypothesis.

2.experiment_2.cpp: evaluation of the costs described in section 5.2. [2]-HHTs efficiency.

3.experiment_3.cpp: evaluation of the error detection capabilities described in section 5.2. [2]-HHTs efficiency.

Running

To run the programs in a Linux environment use:

g++ {file_name} -o {desired_exe_name} && ./{desired_exe_name}

For instance, to run experiment_1.cpp, one may use:

g++ experiment_1.cpp -o exp1 && ./exp1

About

Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages