Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / dominikbraun/graph issues and pull requests
#87 - Use new generated graph images in documentation
Pull Request -
State: closed - Opened by dominikbraun over 1 year ago
#86 - update the version of golangci-lint to 1.51.2
Pull Request -
State: closed - Opened by tzq0301 over 1 year ago
#85 - Fix golangci-lint in CI pipeline
Issue -
State: closed - Opened by dominikbraun over 1 year ago
Labels: help wanted
#84 - Fix `TransitiveReduction` not to wrongly report cycles
Pull Request -
State: closed - Opened by dominikbraun over 1 year ago
#83 - TransitiveReduction intermittently fails with "transitive reduction cannot be performed on graph with cycle"
Issue -
State: closed - Opened by jeremynorris over 1 year ago
- 4 comments
Labels: bug
#82 - List all path between vertices
Issue -
State: open - Opened by vumajc over 1 year ago
- 5 comments
Labels: question
#81 - How to draw a graph as beautiful as in README?
Issue -
State: closed - Opened by SilverRainZ almost 2 years ago
- 2 comments
Labels: question
#80 - Refine `Store` interface
Pull Request -
State: closed - Opened by dominikbraun almost 2 years ago
#79 - Utility functions for "querying" graph?
Issue -
State: open - Opened by AnalogJ almost 2 years ago
- 1 comment
Labels: question
#78 - Typo fix on BFS
Pull Request -
State: closed - Opened by SparrowOchon almost 2 years ago
#77 - Which errors should be returned by `Store` implementations?
Issue -
State: open - Opened by dominikbraun almost 2 years ago
- 1 comment
Labels: help wanted, question
#76 - Graph attributes
Issue -
State: closed - Opened by lavrd almost 2 years ago
- 6 comments
Labels: enhancement
#75 - CI pipeline: Don't check code for `gofumpt`
Issue -
State: closed - Opened by dominikbraun almost 2 years ago
Labels: enhancement
#74 - Simplify `ShortestPath` and return `ErrTargetNotReachable`
Pull Request -
State: closed - Opened by dominikbraun almost 2 years ago
#73 - Fix `ShortestPath` for unweighted graphs
Pull Request -
State: closed - Opened by dominikbraun almost 2 years ago
#72 - Draft: Fix `ShortestPath` for large graphs
Pull Request -
State: closed - Opened by dominikbraun almost 2 years ago
#71 - Add custom data to graph edges
Pull Request -
State: closed - Opened by pd93 almost 2 years ago
- 8 comments
#70 - ShortestPath does not acually return the shortest path on a big graph
Issue -
State: closed - Opened by foxwhite25 almost 2 years ago
- 13 comments
Labels: bug, help wanted
#69 - Return defined error instances from Graph methods
Pull Request -
State: closed - Opened by dominikbraun about 2 years ago
#68 - Change unit tests to use subtests
Issue -
State: open - Opened by dominikbraun about 2 years ago
Labels: enhancement, good first issue
#67 - Change `New` signature to accept `...func(*Properties)`
Issue -
State: open - Opened by dominikbraun about 2 years ago
Labels: graph v1.0
#66 - Unify graph traits and properties
Issue -
State: open - Opened by dominikbraun about 2 years ago
Labels: enhancement, graph v1.0
#65 - New `ShortestPaths` function for computing multiple shortest paths at once
Issue -
State: open - Opened by dominikbraun about 2 years ago
Labels: enhancement
#64 - Draw straight lines
Issue -
State: closed - Opened by HCY-ASLEEP about 2 years ago
- 2 comments
#63 - DOT not found
Issue -
State: closed - Opened by HCY-ASLEEP about 2 years ago
- 2 comments
Labels: question
#62 - Store adjacency map instead of two maps internally?
Issue -
State: open - Opened by dominikbraun about 2 years ago
- 3 comments
Labels: enhancement, help wanted
#61 - stable topological sort
Issue -
State: closed - Opened by warpfork about 2 years ago
- 17 comments
Labels: enhancement, help wanted
#60 - Add `ErrVertexNotFound` error
Pull Request -
State: closed - Opened by dominikbraun about 2 years ago
#59 - Has graph supported finding all paths between Vertex A and Vertex B ?
Issue -
State: closed - Opened by evanscat about 2 years ago
- 3 comments
Labels: question
#58 - Explicitly ignoring error for AddVertex documentation
Pull Request -
State: closed - Opened by vinicio about 2 years ago
#57 - update TransitiveReduction to not mutate given graph and return a new one
Pull Request -
State: closed - Opened by Hrily about 2 years ago
#56 - update TopologicalSort to not require PreventCycles and fail if cycle detected
Pull Request -
State: closed - Opened by Hrily about 2 years ago
#55 - (In-)Neighbors Directed Graph
Issue -
State: closed - Opened by alexloebel about 2 years ago
- 2 comments
Labels: question
#54 - Update documentation to explicitly ignore errors returned by `AddVertex`
Issue -
State: closed - Opened by dominikbraun about 2 years ago
- 2 comments
Labels: documentation, good first issue, hacktoberfest
#53 - Rename `PermitCycles` to `PreventCycles`
Pull Request -
State: closed - Opened by dominikbraun about 2 years ago
#52 - Add a key check for the bestPredecessor map
Pull Request -
State: closed - Opened by alexloebel about 2 years ago
- 1 comment
#51 - allow vertices to have weights and attributes
Pull Request -
State: closed - Opened by tobikris about 2 years ago
- 9 comments
#50 - Proposal: Decouple vertice/edge store from graphs
Pull Request -
State: closed - Opened by geoah about 2 years ago
- 11 comments
#49 - Change `TopologicalSort` and `TransitiveReduction` to fail at runtime for acyclic graphs
Issue -
State: closed - Opened by dominikbraun about 2 years ago
- 5 comments
Labels: enhancement, good first issue
#48 - Introduce `PermitCycles` option and disable implicit cycle checks for acyclic graphs
Pull Request -
State: closed - Opened by dominikbraun about 2 years ago
#47 - Add graph isomorphism computation
Issue -
State: open - Opened by dominikbraun about 2 years ago
Labels: enhancement, help wanted, hacktoberfest
#46 - Fix the DOT rendering for string vertices
Pull Request -
State: closed - Opened by dominikbraun about 2 years ago
#45 - Introduce `PreventCycles()` option and don't prevent cycles in `AddEdge` for acyclic graphs by default
Issue -
State: closed - Opened by dominikbraun about 2 years ago
- 1 comment
Labels: enhancement, help wanted
#44 - Escape node id in graphviz dot diagram
Issue -
State: closed - Opened by Place1 about 2 years ago
- 3 comments
Labels: enhancement
#43 - Priority Queue implementation using heap
Pull Request -
State: closed - Opened by pangeran-bottor about 2 years ago
- 2 comments
#42 - Is graph a DAG?
Issue -
State: open - Opened by purpleidea about 2 years ago
- 2 comments
#41 - Add Order and Size
Pull Request -
State: closed - Opened by pangeran-bottor about 2 years ago
- 1 comment
#40 - Add `Clone` method
Pull Request -
State: closed - Opened by dominikbraun about 2 years ago
#39 - Add `SimpleCycles` function
Issue -
State: open - Opened by dominikbraun about 2 years ago
Labels: enhancement, help wanted
#38 - Add `TransitiveReduction` function
Pull Request -
State: closed - Opened by dominikbraun about 2 years ago
#37 - Add `RemoveEdge` method
Pull Request -
State: closed - Opened by dominikbraun about 2 years ago
#36 - Implement topological sort
Pull Request -
State: closed - Opened by dominikbraun over 2 years ago
#35 - Rename `Predecessors` to `PredecessorMap`
Pull Request -
State: closed - Opened by dominikbraun over 2 years ago
#34 - Change `Predecessors` method signature and behavior
Pull Request -
State: closed - Opened by dominikbraun over 2 years ago
#33 - Algorithms to implement
Issue -
State: open - Opened by dominikbraun over 2 years ago
- 7 comments
Labels: enhancement, help wanted
#32 - Add support for vertex attributes in `draw` package
Issue -
State: closed - Opened by dominikbraun over 2 years ago
- 3 comments
Labels: enhancement, help wanted
#31 - Resolve undefined behavior for unreachable targets in `ShortestPath`
Issue -
State: closed - Opened by dominikbraun over 2 years ago
- 4 comments
Labels: enhancement, help wanted
#29 - Implement priority queue using a binary heap
Issue -
State: closed - Opened by dominikbraun over 2 years ago
- 2 comments
Labels: enhancement, help wanted
#28 - Convert lint target to golangci-lint
Pull Request -
State: closed - Opened by freeformz over 2 years ago
- 2 comments
#21 - Add `Order` and `Size` methods
Issue -
State: closed - Opened by dominikbraun over 2 years ago
- 2 comments
Labels: enhancement, good first issue
#12 - Proposal: Decouple vertice/edge store from graphs
Pull Request -
State: closed - Opened by geoah over 2 years ago
- 19 comments