graphs 0.1.3 copy "graphs: ^0.1.3" to clipboard
graphs: ^0.1.3 copied to clipboard

outdated

Graph algorithms operation an graphs in any representation.

0.1.3 #

  • Added shortestPath and shortestPaths functions.
  • Use HashMap and HashSet from dart:collection for stronglyConnectedComponents. Improves runtime performance.

0.1.2+1 #

  • Allow using non-dev Dart 2 SDK.

0.1.2 #

  • crawlAsync surfaces exceptions while crawling through the result stream rather than as uncaught asynchronous errors.

0.1.1 #

  • crawlAsync will now ignore nodes that are resolved to null.

0.1.0 #

  • Initial release with an implementation of stronglyConnectedComponents and crawlAsync.
94
likes
0
pub points
99%
popularity

Publisher

verified publishertools.dart.cn

Graph algorithms operation an graphs in any representation.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on graphs