JuliaGraphs / Graphs.jl

An optimized graphs package for the Julia programming language
http://juliagraphs.org/Graphs.jl/
Other
455 stars 88 forks source link

Coherent return types for Kruskal vs Prim #130

Open gdalle opened 2 years ago

gdalle commented 2 years ago

See https://github.com/JuliaGraphs/SimpleWeightedGraphs.jl/issues/17

When applied on a SimpleWeightedGraphs, one function returns a vector of Edge, the other a vector of SimpleWeightedEdge

Related discussion on Graphs.jl:

gdalle commented 1 year ago

Related: #264