Skip to content

Count number of connected components more efficiently than length(connected_components(g)) #84

Count number of connected components more efficiently than length(connected_components(g))

Count number of connected components more efficiently than length(connected_components(g)) #84

Workflow file for this run

name: Format suggestions
on:
pull_request
jobs:
code-style:
runs-on: ubuntu-latest
steps:
- uses: julia-actions/julia-format@v4
with:
version: '2.2.0'