datavis-tech / graph-data-structure

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

Make weight parameter type optional #35

Closed alextes closed 4 years ago

alextes commented 4 years ago

The code works without the weight parameter but the type expects it. This makes it optional.

curran commented 4 years ago

Nice change! Thank you.

curran commented 4 years ago

Published in https://github.com/datavis-tech/graph-data-structure/releases/tag/v1.12.1