biconnected-components 0.1.0

Find biconnected components in a graph
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.petgraph]
version = "0.6"

[package]
authors = ["Andreas Maier <andreas.martin.maier@desy.de>"]
categories = ["mathematics"]
description = "Find biconnected components in a graph"
edition = "2021"
keywords = ["graph-algorithms"]
license = "MIT OR Apache-2.0"
name = "biconnected-components"
readme = "Readme.md"
repository = "https://github.com/a-maier/biconnected-components"
version = "0.1.0"