icentral-bbfs 0.1.0

A Rust crate providing Bidirectional Breadth-First Search (BBFS) for efficient computation of betweenness centrality in large graph structures.
Documentation
[dependencies.icentral-3p]
version = "0.1.0"

[dependencies.icentral-component]
version = "0.1.0"

[dependencies.icentral-edge]
version = "0.1.0"

[dependencies.icentral-errors]
version = "0.1.0"

[dependencies.icentral-mindexed-map]
version = "0.1.0"

[dependencies.icentral-node-queue]
version = "0.1.0"

[dependencies.icentral-nodeid]
version = "0.1.0"

[dependencies.icentral-parents-map]
version = "0.1.0"

[dependencies.icentral-scores]
version = "0.1.0"

[dependencies.icentral-sigmas]
version = "0.1.0"

[dependencies.icentral-workspace]
version = "0.1.0"

[dependencies.named-item]
version = "0.1.0"

[dependencies.renew-traits]
version = "0.1.0"

[lib]
name = "icentral_bbfs"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "data-structures", "network-programming", "science", "mathematics"]
description = "A Rust crate providing Bidirectional Breadth-First Search (BBFS) for efficient computation of betweenness centrality in large graph structures."
edition = "2021"
keywords = ["bbfs", "betweennesscentralit", "graphalgorithms", "networkanalysis", "breadthfirstsearch"]
license = "MIT OR Apache-2.0"
name = "icentral-bbfs"
readme = "README.md"
version = "0.1.0"