Releases: earlygrey/simple-graphs
Releases · earlygrey/simple-graphs
Fix GWT compatibility
Add dijkstraSearch and fix remove vertex bug
v5.1.0 update CHANGES
Update gradle and bug fixes
v5.0.0 update CHANGES
Iterative algorithms and bug fixes
Merge pull request #11 from earlygrey/restructure-algorithms Restructure algorithms
GWT and edge weight functions
v3.0.0 fix README typo
BFS and DFS processors
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
use jitpack sample build.gradle move publish.gradle content into build.gradle
First release
v1.0.0 remove alpha note