bitwalker / libgraph

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

Fix bug where creating edges creates vertexes without label #52

Closed LostKobrakai closed 2 years ago

LostKobrakai commented 2 years ago

@bitwalker sorry for the noice, but I noticed a bug in my last PR. Adding the label needs to be an explicit update or it won't work for vertexes created in earlier iterations by adding the edges.