graph-toolEasy Playground

Efficient graph analysis with C++ backend and Python interface

Getting started with graph-toolRun locally
Install
conda install -c conda-forge graph-tool
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: graph_tool)

graph-tool is a third-party package. Efficient graph analysis with C++ backend and Python interface. Install with: conda install -c conda-forge graph-tool

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?