We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dc0960 commit 28cadbdCopy full SHA for 28cadbd
2 files changed
lib/src/graphs/directed_graph_base.dart
@@ -205,7 +205,7 @@ abstract class DirectedGraphBase<T extends Object> extends Iterable<T> {
205
// Terminate iteration.
206
if (isCyclic) return;
207
208
- // _Vertex has permanent mark.
+ // Vertex has permanent mark.
209
// => This vertex and its neighbouring
210
// vertices have already been visited.
211
if (perm.contains(vertex)) return;
pubspec.yaml
@@ -14,7 +14,7 @@ topics:
14
- vertex
15
16
environment:
17
- sdk: '^3.9.2'
+ sdk: '^3.10.0'
18
19
dependencies:
20
collection: ^1.19.1
0 commit comments