bitwalker / libgraph

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

Undirected #76

Open dunyakirkali opened 8 months ago

dunyakirkali commented 8 months ago

This PR introduces a new Graph.Common module and a Graph.Undirected module, where the former is meant to be a proxy between the Graph.Undirected and the Graph.Directed modules.

stevensonmt commented 5 months ago

This looks promising. Any outstanding work that needs to be done?

dunyakirkali commented 5 months ago

@stevensonmt I just wanted the get a confirmation from @bitwalker that this is what he had in mind. If he gives me the green light I'll continue working on it