NetworKit is an open-source toolbox for high-performance network analysis. It provides efficient implementations of graph algorithms for large networks, with a focus on scalability and performance. Current version 11.2.1, released irregularly.
pip install networkitVerified import paths — ran on the pinned version, not inferred.
Basic usage: create a graph, add edges, run a BFS.
Use 'from networkit import <submodule>' instead of 'import networkit.<submodule>'.
Ensure Python version >=3.10.
Use 'import networkit as nk' and 'nk.Graph'.
Specify directed=True when creating a directed graph.
Run 'pip install networkit'. Ensure you are using the correct Python environment.
Use 'from networkit import graph' or 'import networkit.graph' (though the latter may still fail in some versions). Preferred: 'from networkit import graph'.
Use 'from networkit.distance import BFS'.
No dependency data recorded yet.