This project implements the parallel algorithm for constructing multiple independent spanning trees in bubble-sort networks as described in the paper by Kao et al.
src/
: Source codesequential/
: Sequential implementationparallel/
: Parallel implementation with MPIutils/
: Utility functions
include/
: Header filestests/
: Test casesexperiments/
: Scripts for running experimentsvisualization/
: Visualization toolsdata/
: Input data and results
make