JuliaGraphs / JuliaGraphs/GraphsBase.jl
Default structs to define
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 11
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
In addition to the interface, this package should probably contain basic implementations for the most common types of graphs.
Here's a possible list:
| Name | Vertices | Metadata |
|---|---|---|
(Simple)(Di)Graph |
1:n |
none |
(Simple)Weighted(Di)Graph |
1:n |
edge weights |
(Simple)Meta(Di)Graph |
1:n |
vertex and edge |
(Simple)VertexSafe(Di)Graph |
non-contiguous integers | none |
For each one, we will provide both the simple version (no multi-edges, possible self-loops) and the generic version.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named. Start by reading the package's existing interface, then define the scope and API for the listed graph types, including simple and generic variants; done means the common graph implementations described in the table are provided consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100