Skip to content

Releases: datavis-tech/graph-data-structure

Optimize hasEdge

24 May 20:29
Compare
Choose a tag to compare

Detect Cycles & hasEdge

20 May 14:51
Compare
Choose a tag to compare

Refresh

26 Sep 10:52
Compare
Choose a tag to compare

Minor improvements. Mainly to show some activity and that this package is maintained!

  • Upgrade dependencies #39
  • Adopt let and const #40

Make weight parameter type optional

07 Jul 15:09
Compare
Choose a tag to compare

Address a Types issue via #35 .

Many thanks to @alextes for this contribution!

Fix Types in NPM Package

06 Apr 16:05
Compare
Choose a tag to compare

Addresses packaging issues discussed in #24 via PR #33.

TypeScript

30 Mar 18:39
Compare
Choose a tag to compare

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

Add least common ancestors algorithm

28 Aug 04:25
Compare
Choose a tag to compare

Thanks to @grv87 for this contribution! #22

Serialized Weights

31 Mar 09:15
Compare
Choose a tag to compare

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

Shortest Path Weight

24 Mar 07:16
Compare
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
Compare
Choose a tag to compare

in Shortest path algorithm.