Releases: datavis-tech/graph-data-structure
Releases · datavis-tech/graph-data-structure
TypeScript
Thanks to @yashmahalwal for porting the implementation to TypeScript! #26
Add least common ancestors algorithm
Serialized Weights
Add weights to serialization #21 (many thanks to @giraffesyo !)
Shortest Path Weight
Weight is now included in the returned shortest path. See Shortest Path Weight #19
Support disconnected subgraphs
in Shortest path algorithm.
Error handling in Shortest Path Algorithm
v1.5.0 1.5.0
Browser build
v1.4.0 1.4.0
Dikjstra's algorithm
Implement Dikjstra's algorithm #16
Edge Weights
This release adds edge weights.
indegree & outdegree
This release adds two functions, indegree & outdegree.
See #11