Skip to content

Releases: earlygrey/simple-graphs

Fix GWT compatibility

10 Jan 19:25
Compare
Choose a tag to compare
v5.1.1

update CHANGES for 5.1.1

Add dijkstraSearch and fix remove vertex bug

25 Sep 20:59
Compare
Choose a tag to compare

Update gradle and bug fixes

06 Jul 18:40
Compare
Choose a tag to compare
v5.0.0

update CHANGES

Iterative algorithms and bug fixes

02 Mar 18:07
5faf60e
Compare
Choose a tag to compare
Merge pull request #11 from earlygrey/restructure-algorithms

Restructure algorithms

GWT and edge weight functions

13 Mar 10:28
Compare
Choose a tag to compare
v3.0.0

fix README typo

BFS and DFS processors

31 Jan 18:41
Compare
Choose a tag to compare

This release contains breaking changes, where BFS and DFS use a Consumer<SearchStep> instead of returning a tree.

See CHANGES for details.

Fixes jitpack deployment

19 Jul 20:59
Compare
Choose a tag to compare
use jitpack sample build.gradle

move publish.gradle content into build.gradle

First release

19 Jul 10:53
Compare
Choose a tag to compare
v1.0.0

remove alpha note