bitwalker / libgraph

A graph data structure library for Elixir projects
MIT License
524 stars 75 forks source link

Graph.edges/2 returns both incoming and outgoing edges from a vertex #26

Closed ctbucha closed 5 years ago

ctbucha commented 5 years ago

from this issue: https://github.com/bitwalker/libgraph/issues/25

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.2%) to 95.571% when pulling ab57a3f3a7285ed98c85371f98e8071799f1ed9e on ctbucha:fix_bidirectional_graph_edges2 into 0d2e8cb741eec5b4f3fefbca373689dd203b4b93 on bitwalker:master.

bitwalker commented 5 years ago

Sorry for the delay! The PR is much appreciated!