datavis-tech / graph-data-structure

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

Consider accepting serialized graph in constructor #8

Closed curran closed 8 years ago

curran commented 8 years ago

The constructor could invoke deserialize if given a serialized graph and optional id function.

curran commented 8 years ago

Related to #7