graphs 0.1.2+1
graphs: ^0.1.2+1 copied to clipboard
Graph algorithms operation an graphs in any representation.
0.1.2+1 #
- Allow using non-dev Dart 2 SDK.
0.1.2 #
crawlAsyncsurfaces exceptions while crawling through the result stream rather than as uncaught asynchronous errors.
0.1.1 #
crawlAsyncwill now ignore nodes that are resolved tonull.
0.1.0 #
- Initial release with an implementation of
stronglyConnectedComponentsandcrawlAsync.