Skip to content

frontsideair/mst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimum spanning tree

To install:

cargo install

To build:

cargo build --release

To run:

target/releases/mintree1 data1.txt

To benchmark:

cargo bench -- function_benchmark --test --nocapture
cargo bench -- data_benchmark --test --nocapture

About

4 different minimum spanning tree implementations in Rust, part of a homework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages