-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an implementation of transitiveClosure
#104
Comments
Does this commit on the dart-lang tools close this issue at least on the dart-lang tools side? It added transative_closure.dart to this project. |
Yes, this has been implemented. |
@lrhn - any opinions on whether we should deprecate the copy of |
Seems reasonable to deprecate. |
The algorithm is implemented with a more flexible signature in `package:graphs`. See dart-lang/tools#104 Use an `ignore_for_file` rather than comment each usage of the deprecated APIs.
The algorithm is implemented with a more flexible signature in `package:graphs`. See dart-lang/tools#104 Use an `ignore_for_file` rather than comment each usage of the deprecated APIs.
The algorithm is implemented with a more flexible signature in `package:graphs`. See dart-lang/tools#104 Use an `ignore_for_file` rather than comment each usage of the deprecated APIs.
https://en.wikipedia.org/wiki/Floyd%E2%80%93Warshall_algorithm
This should let us deprecate the one in package:collection
https://www.dartdocs.org/documentation/collection/1.14.3/collection/transitiveClosure.html
The text was updated successfully, but these errors were encountered: