monora / rgl

RGL is a framework for graph data structures and algorithms in Ruby.
https://monora.github.io/rgl/
Other
415 stars 59 forks source link

each_in_neighbor() raises exception on unconnected vertices #86

Closed jsjuni closed 1 year ago

jsjuni commented 1 year ago

I was too clever by half in thinking that the reverse graph doesn't need to mirror unconnected vertices. It does.

Pull request coming.