datavis-tech / graph-data-structure

A graph data structure with topological sort and shortest path algorithms.
MIT License
250 stars 45 forks source link

Accept edge attributes #80

Closed JesusTheHun closed 1 month ago

JesusTheHun commented 3 months ago

Are you willing to accept a PR that allow edges to have attributes ?

It would still support a single edge (as it is currently) but it would allow filtering during traversal.

curran commented 3 months ago

Yes, as long as it's not too invasive a change.