datavis-tech / graph-data-structure

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

Add weights to serialization #21

Closed giraffesyo closed 6 years ago

giraffesyo commented 6 years ago

Serialized graphs should retain weights..

Resolves #20

curran commented 6 years ago

@giraffesyo This is fantastic! Thank you so much.

And indeed, my apologies for neglecting to include the weights in the serialized graph.

curran commented 6 years ago

Released in v1.8.0