fkling / JSNetworkX

Build, process and analyze graphs in JavaScript (port of NetworkX)
https://felix-kling.de/jsnetworkx/
Other
757 stars 185 forks source link

Implement weighted and generic shortest path #49

Closed fkling closed 9 years ago

fkling commented 9 years ago

I still have to implement some of the tests for the ported methods. I'm not sure about the function signature of some weighted shortest path functions.

My idea was to make every required argument a formal parameter and let optional arguments be passed in an options object.

Feedback on this is appreciated.

fkling commented 9 years ago

Implemented as of v0.3.1