Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / purpleprotocol/graphlib issues and pull requests

#59 - Patch 'dot' feature and replace 'no_std' with 'std' feature

Pull Request - State: open - Opened by kapilsinha over 1 year ago

#58 - Support Postorder DFS

Issue - State: open - Opened by chaosprint over 1 year ago

#57 - Improve graphlib::iterators::Dijkstra API

Pull Request - State: open - Opened by cemeyer over 2 years ago

#56 - iterator::Dijkstra::get_distance() does not need &mut self

Issue - State: open - Opened by cemeyer over 2 years ago

#55 - Track the vertex ids for items internally

Issue - State: open - Opened by VioletDarkKitty over 2 years ago

#53 - Compilation fails: cannot find function `encode` in crate `hex`

Issue - State: closed - Opened by photon-garden almost 3 years ago - 2 comments

#52 - Fix Compile By Adding "alloc" Feature to hex

Pull Request - State: closed - Opened by zicklag over 3 years ago

#51 - Improve labeling to support edges and use dot's labels instead of IDs

Pull Request - State: closed - Opened by matt-snider about 4 years ago - 3 comments

#50 - Fixed no_std builds

Pull Request - State: closed - Opened by octavonce about 4 years ago

#49 - Can't compile in no std environment

Issue - State: closed - Opened by samuel-schuepbach about 4 years ago - 4 comments

#47 - use of macros in benchmark + rustfmt + no-std fix + travis

Pull Request - State: closed - Opened by sn99 over 4 years ago - 2 comments

#46 - Added Graph::add_edge_check_cycle() method

Pull Request - State: closed - Opened by octavonce over 4 years ago

#45 - Values iterator

Pull Request - State: closed - Opened by octavonce over 4 years ago

#44 - Added Graph::dijkstra() api

Pull Request - State: closed - Opened by octavonce over 4 years ago

#43 - few allocations changes and doc

Pull Request - State: closed - Opened by sn99 over 4 years ago

#42 - Add Directed Acyclic Graphs or insert with cycle check

Issue - State: closed - Opened by micouy over 4 years ago - 5 comments
Labels: feature

#41 - Make Clone and Debug requirement optional

Pull Request - State: closed - Opened by LeonMatthes over 4 years ago - 2 comments

#40 - update dependencies

Pull Request - State: closed - Opened by sn99 over 4 years ago - 1 comment

#39 - Label method refactoring

Pull Request - State: closed - Opened by zhiburt over 4 years ago

#38 - Corrected Dijkstra and added some test cases.

Pull Request - State: closed - Opened by CherryGot over 4 years ago - 6 comments

#37 - Add dijkstra api

Issue - State: closed - Opened by octavonce over 4 years ago
Labels: feature

#36 - Added Dijkstra Shortest Distance and Path Iterator

Pull Request - State: closed - Opened by CherryGot over 4 years ago - 1 comment

#35 - Fixiscyclic2

Pull Request - State: closed - Opened by hydrogenoxide over 4 years ago

#34 - is_cyclic returns true even if the graph is not cyclic

Issue - State: closed - Opened by hydrogenoxide almost 5 years ago
Labels: bug

#33 - Fix topo iterator

Pull Request - State: closed - Opened by hydrogenoxide almost 5 years ago - 3 comments

#32 - Topo method panics even if graph is acyclic

Issue - State: closed - Opened by hydrogenoxide almost 5 years ago - 1 comment
Labels: bug

#31 - Some library feedback

Issue - State: closed - Opened by adinapoli-mndc almost 5 years ago - 3 comments

#30 - Values iterator

Issue - State: closed - Opened by octavonce almost 5 years ago
Labels: feature

#29 - Generate universally unique VertexIds

Issue - State: closed - Opened by octavonce about 5 years ago - 1 comment
Labels: enhancement

#28 - Add support for serde

Issue - State: open - Opened by garyanaplan about 5 years ago - 7 comments
Labels: enhancement

#27 - Draft implementation of topological ordering

Pull Request - State: closed - Opened by garyanaplan about 5 years ago - 1 comment

#26 - Add support for a topological ordering

Issue - State: closed - Opened by garyanaplan about 5 years ago - 2 comments
Labels: enhancement

#25 - Remove all Arc instances

Pull Request - State: closed - Opened by octavonce about 5 years ago

#24 - Remove all instances of Arc

Issue - State: closed - Opened by octavonce about 5 years ago
Labels: enhancement, optimization

#23 - add `no_std` support

Pull Request - State: closed - Opened by sn99 over 5 years ago - 4 comments

#22 - Dijkstra shortest path iterator

Issue - State: closed - Opened by octavonce over 5 years ago
Labels: feature

#21 - Bellman-Ford shortest path iterator

Issue - State: open - Opened by octavonce over 5 years ago
Labels: feature

#20 - Add support for #![no_std]

Issue - State: closed - Opened by octavonce over 5 years ago
Labels: feature

#19 - Address Issue #9

Pull Request - State: closed - Opened by Dynisious over 5 years ago

#18 - Add iterator over all edge pairs

Issue - State: closed - Opened by octavonce over 5 years ago
Labels: feature

#17 - Setup for benchmarks complete with travis

Pull Request - State: closed - Opened by sn99 over 5 years ago - 7 comments

#16 - Used HashSet in bfs.rs

Pull Request - State: closed - Opened by CherryGot over 5 years ago - 1 comment

#15 - how do you test graphlib?

Issue - State: closed - Opened by naturallymitchell over 5 years ago - 2 comments

#14 - Update bfs.rs

Pull Request - State: closed - Opened by CherryGot over 5 years ago

#13 - Graphviz feature

Pull Request - State: closed - Opened by kper over 5 years ago - 4 comments

#12 - Fix spelling error in `Cargo.toml`

Pull Request - State: closed - Opened by kper over 5 years ago - 1 comment

#11 - fix: Add capacity api #7

Pull Request - State: closed - Opened by sn99 over 5 years ago - 8 comments

#10 - clippy + rustfmt

Pull Request - State: closed - Opened by sn99 over 5 years ago - 6 comments

#9 - It sometimes fails to find cycles

Issue - State: closed - Opened by octavonce over 5 years ago - 3 comments
Labels: bug, help wanted

#8 - Add quickcheck tests

Issue - State: open - Opened by octavonce over 5 years ago
Labels: enhancement

#7 - Add capacity api

Issue - State: closed - Opened by octavonce over 5 years ago
Labels: feature

#6 - Use color map instead of visited stack for Bfs

Issue - State: closed - Opened by octavonce over 5 years ago - 1 comment
Labels: optimization

#5 - Add shortest path iterator

Issue - State: open - Opened by octavonce over 5 years ago - 6 comments
Labels: feature

#4 - Add `set_edge_weight` method

Issue - State: closed - Opened by octavonce over 5 years ago
Labels: feature

#3 - Add `add_edge_with_weight` method

Issue - State: closed - Opened by octavonce over 5 years ago
Labels: feature

#2 - Traverse graph based on edge weight

Issue - State: closed - Opened by octavonce over 5 years ago
Labels: feature

#1 - Add benchmarks

Issue - State: closed - Opened by octavonce over 5 years ago - 2 comments
Labels: help wanted, good first issue, optimization