We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cef9625 commit d3bea48Copy full SHA for d3bea48
pkgs/graphs/CHANGELOG.md
@@ -1,21 +1,19 @@
1
# 2.3.0
2
3
- Add a `transitiveClosure` function.
4
-
5
- Make `stronglyConnectedComponents` and `topologicalSort` iterative rather than
6
recursive to avoid stack overflows on very large graphs.
7
8
- Require Dart 2.18
9
10
# 2.2.0
11
12
-* Add a `secondarySort` parameter to the `topologicalSort()` function which
+- Add a `secondarySort` parameter to the `topologicalSort()` function which
13
applies an additional lexical sort where that doesn't break the topological
14
sort.
15
16
# 2.1.0
17
18
-* Add a `topologicalSort()` function.
+- Add a `topologicalSort()` function.
19
20
# 2.0.0
21
0 commit comments