Skip to content

Releases: datavis-tech/graph-data-structure

TypeScript

30 Mar 18:39

Choose a tag to compare

Thanks to @yashmahalwal for porting the implementation to TypeScript! #26

Add least common ancestors algorithm

28 Aug 04:25

Choose a tag to compare

Thanks to @grv87 for this contribution! #22

Serialized Weights

31 Mar 09:15

Choose a tag to compare

Add weights to serialization #21 (many thanks to @giraffesyo !)

Shortest Path Weight

24 Mar 07:16

Choose a tag to compare

Weight is now included in the returned shortest path. See Shortest Path Weight #19

Support disconnected subgraphs

12 Mar 10:14

Choose a tag to compare

in Shortest path algorithm.

Error handling in Shortest Path Algorithm

12 Mar 09:52

Choose a tag to compare

Browser build

12 Mar 09:52

Choose a tag to compare

v1.4.0

1.4.0

Dikjstra's algorithm

09 Mar 11:22

Choose a tag to compare

Implement Dikjstra's algorithm #16

Edge Weights

16 Aug 14:42

Choose a tag to compare

This release adds edge weights.

indegree & outdegree

25 May 10:50

Choose a tag to compare

This release adds two functions, indegree & outdegree.

See #11