Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliagraphs/simpleweightedgraphs.jl
Edge-weighted graphs compatible with Graphs.jl
https://github.com/juliagraphs/simpleweightedgraphs.jl
data-structures datastructures graph graphs hacktoberfest juliagraphs metadata weighted-edges
Last synced: 12 days ago
JSON representation
Edge-weighted graphs compatible with Graphs.jl
- Host: GitHub
- URL: https://github.com/juliagraphs/simpleweightedgraphs.jl
- Owner: JuliaGraphs
- License: other
- Created: 2021-10-16T14:43:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-02T20:40:03.000Z (over 1 year ago)
- Last Synced: 2024-05-08T21:16:07.739Z (9 months ago)
- Topics: data-structures, datastructures, graph, graphs, hacktoberfest, juliagraphs, metadata, weighted-edges
- Language: Julia
- Homepage: http://juliagraphs.org/SimpleWeightedGraphs.jl/
- Size: 282 KB
- Stars: 36
- Watchers: 6
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Citation: CITATION.bib
Awesome Lists containing this project
README
# SimpleWeightedGraphs
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaGraphs.github.io/SimpleWeightedGraphs.jl/stable/)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaGraphs.github.io/SimpleWeightedGraphs.jl/dev/)
[![Build Status](https://github.com/JuliaGraphs/SimpleWeightedGraphs.jl/actions/workflows/CI.yml/badge.svg?branch=master)](https://github.com/JuliaGraphs/SimpleWeightedGraphs.jl/actions/workflows/CI.yml?query=branch%3Amaster)
[![Coverage](https://codecov.io/gh/JuliaGraphs/SimpleWeightedGraphs.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaGraphs/SimpleWeightedGraphs.jl)
[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle)Edge-weighted graphs compatible with [Graphs.jl](https://github.com/JuliaGraphs/Graphs.jl).
See the [documentation](https://JuliaGraphs.github.io/SimpleWeightedGraphs.jl/dev/) for a tutorial.