Skip to content

Commit 0532b9d

Browse files
committed
minor wording change
1 parent 538a245 commit 0532b9d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/src/ecosystem/graphalgorithms.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ Several packages make established graph libraries written in other languages acc
2020
- [IGraphs.jl](https://github.com/JuliaGraphs/IGraphs.jl) is a thin Julia wrapper around the C graphs library [igraph](https://igraph.org).
2121
- [NautyGraphs.jl](https://github.com/JuliaGraphs/NautyGraphs.jl) provides graph structures compatible with the graph isomorphism library [_nauty_](https://pallini.di.uniroma1.it), allowing for efficient isomorphism checking and canonization, as well as computing the properties of graph automorphism groups.
2222

23-
2423
## Dispatching to algorithm implementations in external packages
2524

26-
Apart from providing additional graph types and algorithms, many packages extend existing functions in _Graphs.jl_ with new backends. This can make it easier to use the additional algorithms from within _Graphs.jl_.
25+
Apart from providing additional graph types and algorithms, many packages extend existing functions in _Graphs.jl_ with new backends. This can make it easier to use the algorithms from within _Graphs.jl_.
2726

2827
For example, _NautyGraphs.jl_ provides a new backend for graph isomorphism calculations:
2928

0 commit comments

Comments
 (0)