Skip to content

Rust implementation of linear-time direct superbubble detector

License

Notifications You must be signed in to change notification settings

gaojunxuan/rust-lsd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-lsd

Rust implementation of linear-time direct superbubble detector

The implementation uses the algorithm first proposed in Direct Superbubble Detection by Gärtner et al (2019). Reference implementation in Python is given at https://github.com/Fabianexe/Superbubble

Build

To build, run

cargo build

and then

target/debug/direct_superbubble <path to an edge list>

The input should be a directed graph represented as an edge list where every line contains a pair of vertices separated by a white space.

About

Rust implementation of linear-time direct superbubble detector

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages